0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-16 19:31:15 +00:00
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
..
2023-12-12 09:46:49 -05:00
2023-12-12 09:46:49 -05:00
2023-10-16 13:58:16 +02:00
2023-10-16 13:58:16 +02:00

core

Eventually all the c code will be re-written and Rust and said functionality will be present here.

Until then, core will slowly gobble different bits.