sqlite3 2.8.0
- 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 theSqliteArguments
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.