Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sqlite3_vtab_nochange / sqlite3_value_nochange #402

Closed
rogerbinns opened this issue Feb 8, 2023 · 0 comments
Closed

Support sqlite3_vtab_nochange / sqlite3_value_nochange #402

rogerbinns opened this issue Feb 8, 2023 · 0 comments

Comments

@rogerbinns
Copy link
Owner

Implementation suggestion:

  • Create apsw.no_change singleton object
  • A flag to apsw.createmodule that says no change supported
  • Call xColumnNoChange when there is no change. Dev can return apsw.no_change from that
  • UpdateChangeRow can include apsw.no_change in the SQLite values
rogerbinns added a commit that referenced this issue Feb 10, 2023
This is the final commit for virtual tables.  All of the APIs
and flags are wrapped and tested, new apsw.ext helpers are
present etc

Fixes #128
Fixes #188
Fixes #189
Fixes #190
Fixes #196
Fixes #269
Fixes #278
Fixes #329
Fixes #332
Fixes #380
Fixes #401
Fixes #402
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant