Skip to content

sqlite3 2.8.0

Choose a tag to compare

@simolus3 simolus3 released this 27 Jul 15:58
· 17 commits to main since this release
3fd77ea
  • Support creating changesets and patchsets via the session extension.
  • Add the SubtypedValue extension type to allow returning values with a subtype.
  • Add the subtypeOf method to the SqliteArguments interface passed to user-defined functions. It returns the subtype assigned to an argument.
  • Web: Refactor SQLite bindings to make them easier for compilers to optimize.