Giter Club home page Giter Club logo

Comments (11)

fnc12 avatar fnc12 commented on August 25, 2024 1

PR is here #1281

from sqlite_orm.

trevornagy avatar trevornagy commented on August 25, 2024 1

Sure:

            auto storage = sqlite_orm::make_storage(
                path,
                sqlite_orm::make_virtual_table(
                "test", 
                sqlite_orm::using_fts5(
                    sqlite_orm::make_column("X", &Test::X))
            )
            );

            auto simulation = storage.sync_schema_simulate(false);

from sqlite_orm.

fnc12 avatar fnc12 commented on August 25, 2024 1

PR is here #1283

from sqlite_orm.

fnc12 avatar fnc12 commented on August 25, 2024 1

@trevornagy please check dev branch

from sqlite_orm.

trevornagy avatar trevornagy commented on August 25, 2024 1

That fixes it, will close this issue now. Thanks!

from sqlite_orm.

fnc12 avatar fnc12 commented on August 25, 2024

@trevornagy what kind of error you get?

from sqlite_orm.

trevornagy avatar trevornagy commented on August 25, 2024

Updated the original bug with the error, sorry meant to include that to begin with.

from sqlite_orm.

fnc12 avatar fnc12 commented on August 25, 2024

oh kurwa, it is a bug! Looks like we never using triggers with sync_schema_simulate. It turned out that schema_status override for trigger_t doesn't exist. Let me fix it fast

from sqlite_orm.

fnc12 avatar fnc12 commented on August 25, 2024

merged. Please check

from sqlite_orm.

trevornagy avatar trevornagy commented on August 25, 2024

@fnc12 Works for triggers, but just noticed this same issue happens with virtual tables (created with FTS5)

Should I create a new issue or should we reuse this?

from sqlite_orm.

fnc12 avatar fnc12 commented on August 25, 2024

@trevornagy this issue is enough. I reopened it. feel free to reopen issues by yourself if you are sure something more has to be committed to the code base to fix the issue. Could you share repro code please?

from sqlite_orm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.