0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-26 06:34:39 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Avinash Sajjanshetty
d178de8f07 bugfix: reset modifications of sqlite3_vtab (#1027)
* Remove `libsql_module` field from `sqlite3_vtab`

* remove `libsql_module` struct

Also removed the associated functions `libsql_create_module_v2`, `libsql_create_module` functions'.

The `libsql_module` had a function `xPreparedSql` which is now moved to `sqlite_module`. The `sqlite_module` might get changed in the upstream, so added some padding space for our custom functions

* generate ffi bindings

* Add a github workflow to test crsqlite

* fix crsqlite: remove `pLibsqlModule` references

* Add tests for sqlite-vss extension
2024-02-15 18:18:30 +00:00
Matt
f42bd234c6 pull in latest cr-sqlite changes 2023-12-21 15:05:06 -05:00
Matt
7a3723663b tweaks to get compiling again after libsql updates 2023-12-12 09:58:03 -05:00
Matt
28bb1bc621 update cr-sqlite to v0.16.2 2023-12-12 09:46:49 -05:00
Matt
02a5af3040 move libsql specific vtab methods to fix #632 2023-11-17 11:10:33 -05:00
ad hoc
a9481c8326 remove unused deps 2023-10-30 17:26:20 +01:00
Matt
a55c84f33c ext/crr: update to 0.15.1 of cr-sqlite
Based on https://github.com/tursodatabase/libsql/pull/434
and rebased.
2023-10-18 13:46:23 +02:00
ad hoc
bf899d0b9a restructure repository 2023-10-16 13:58:16 +02:00