0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-23 15:36:17 +00:00
libsql/libsql-sqlite3/test/rust_suite/src
Pekka Enberg 61558b2a9e libsql-{sqlite3,ffi}: Add xReadFrameRaw() to the virtual WAL API
This adds a new xReadFrameRaw() function to the virtual WAL API, which
upper layers can use to fetch the full frame, including the page number,
that is useful for appending frames to a WAL.
2024-10-29 13:30:27 +02:00
..
wasm restructure repository 2023-10-16 13:58:16 +02:00
alter_column.rs apply alter column command only to the table (#1532) 2024-07-04 19:48:33 +00:00
extensions.rs bugfix: reset modifications of sqlite3_vtab (#1027) 2024-02-15 18:18:30 +00:00
lib.rs bugfix: reset modifications of sqlite3_vtab (#1027) 2024-02-15 18:18:30 +00:00
random_rowid.rs bugfix: RANDOM ROWID should be respected in VACUUM and bulk insert ops (#1048) 2024-02-19 16:58:50 +00:00
user_defined_functions_src.rs restructure repository 2023-10-16 13:58:16 +02:00
user_defined_functions.rs fix rust tests 2023-11-30 11:24:52 +01:00
virtual_wal.rs libsql-{sqlite3,ffi}: Add xReadFrameRaw() to the virtual WAL API 2024-10-29 13:30:27 +02:00