0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-28 20:43:32 +00:00

Commit Graph

  • 7879a38abe enable a bunch of SQLite compile options under libsql-debugging feature libsql-debugging Nikita Sivukhin 2025-05-22 11:39:45 +04:00
  • 41eae61b6f 0.9.8 main libsql-0.9.8 Pekka Enberg 2025-05-20 10:52:25 +03:00
  • ee8f3b1f70 Fix synced database boostrapping (#2073) Pekka Enberg 2025-05-20 07:34:24 +00:00
  • 3fc95ba597 bugfix: call bootstrap_db before calling connect Avinash Sajjanshetty 2025-05-20 11:55:58 +05:30
  • 50b84a17f9 create a connection only if required Avinash Sajjanshetty 2025-05-20 11:48:00 +05:30
  • 3fbc60d989 libsql: Add Statement::column_count() API (#2067) Pekka Enberg 2025-05-20 06:46:32 +00:00
  • 563ff17fe9 remote encryption poc encryption-095based Jussi Saurio 2025-05-19 09:24:49 +03:00
  • 6b96dfd021 libsql: Add Statement::column_count() API Pekka Enberg 2025-05-16 13:09:45 +03:00
  • c6ebbe1b23 0.9.7 libsql-0.9.7 Pekka Enberg 2025-05-14 17:25:21 +03:00
  • 69ea487ca0 Add columns information for Hrana Statements (#2058) Pekka Enberg 2025-05-14 14:03:36 +00:00
  • 0279bd9085 Libsql checkpoint only full (#2062) Nikita Sivukhin 2025-05-14 13:04:45 +00:00
  • fadd138777 feat: add columns information for Hrana Statements Levy A. 2025-05-12 19:39:14 -03:00
  • c0e7241166 introduce libsql-checkpoint-only-full feature for libsql-ffi crate Nikita Sivukhin 2025-05-14 13:06:42 +04:00
  • 24e6124ed5 build bundles Nikita Sivukhin 2025-05-14 13:04:16 +04:00
  • 8cb25d9026 add LIBSQL_CHECKPOINT_ONLY_FULL compile option Nikita Sivukhin 2025-05-14 13:01:31 +04:00
  • e3904f9ec3 Add sync interval support for synced databases (#2055) Pekka Enberg 2025-05-14 04:46:01 +00:00
  • 46474699d5 fix: sync instead of pull when not remote_writes Levy A. 2025-05-09 10:50:37 -03:00
  • 3a84ed4d93 feat: sycn_interval for offline writes Levy A. 2025-05-09 10:38:07 -03:00
  • 064092cfaf feat: add columns information for Hrana Statements sync-interval Levy A. 2025-05-12 19:39:14 -03:00
  • c140fa3baa wip lazy-crazy Nikita Sivukhin 2025-05-11 19:45:12 +04:00
  • 5a0f9515c4 0.9.6 libsql-0.9.6 Pekka Enberg 2025-05-10 08:09:30 +03:00
  • db0cdf8eb8 fix: sync instead of pull when not remote_writes Levy A. 2025-05-09 10:50:37 -03:00
  • 87f54006e2 feat: sycn_interval for offline writes Levy A. 2025-05-09 10:38:07 -03:00
  • 14b1d9b1cb feature to move checkpoint callback if any frames is written (#2054) Pere Diaz Bou 2025-05-09 15:02:59 +00:00
  • adc75c5e87 bump up toochain to 1.82.0 Pere Diaz Bou 2025-05-09 14:56:25 +02:00
  • 0c3b93a87f feature to move checkpoint callback if any frames is written Pere Diaz Bou 2025-05-08 14:41:06 +02:00
  • cdf90607d4 Fix Connection::changes() for remote queries (#2044) Pekka Enberg 2025-05-06 10:32:22 +00:00
  • e9d61912f0 fix: wasm trait bounds Levy A. 2025-05-05 12:43:10 -03:00
  • 1dda8ef84b fix: store affected rows for HranaRows Levy A. 2025-04-25 10:57:22 -03:00
  • 81459627f1 0.9.5 libsql-0.9.5 libsql-0.9.5-branch Pekka Enberg 2025-04-22 16:49:24 +03:00
  • 596330c8b8 libsql: Don't clear authorizer in disconnect() (#2041) Pekka Enberg 2025-04-22 13:06:34 +00:00
  • 41c6acade4 libsq: Don't clear authorizer in disconnect() Pekka Enberg 2025-04-22 15:55:32 +03:00
  • 3d149d6f71 Fix large sync sessions by reusing the same session (#2036) Pekka Enberg 2025-04-22 08:08:32 +00:00
  • 034aeadf2f github: Update Github Actions Ubuntu image to 22.04 (#2039) Pekka Enberg 2025-04-22 07:28:21 +00:00
  • 5006c6448b github: Update Github Actions Ubuntu image to 22.04 Pekka Enberg 2025-04-22 09:18:43 +03:00
  • 15c924d231 Update tests to use PushFramesResult Avinash Sajjanshetty 2025-04-19 23:45:22 +05:30
  • 7ecd8c8440 Reuse the same sync session Avinash Sajjanshetty 2025-04-19 18:26:45 +05:30
  • 1e0ce80aa2 Fix libsql-ffi build on Windows (#2005) Avinash Sajjanshetty 2025-04-17 18:08:08 +00:00
  • bbeabc99ce 0.9.4 libsql-0.9.4 Pekka Enberg 2025-04-15 09:58:06 +03:00
  • aef8ad49dc plumb connector through when syncing (#2030) Pekka Enberg 2025-04-12 07:02:21 +00:00
  • 72f39d8d62 plumb connector through when syncing Alexander Lyon 2025-04-11 19:29:13 +01:00
  • 10f5dd836f Attempt to bootstrap the db on connect (#2029) Pekka Enberg 2025-04-11 17:20:52 +00:00
  • dd240747d2 0.9.3 libsql-0.9.3 Pekka Enberg 2025-04-11 20:49:27 +03:00
  • d18e237d8a Only pull frames when doing write delegation (#2028) Pekka Enberg 2025-04-11 17:20:06 +00:00
  • f2f0eda72f Bootstrap the db on connect if required Avinash Sajjanshetty 2025-04-11 22:07:14 +05:30
  • 1f640e9b7d fix: add feature flag Levy A. 2025-04-11 13:31:29 -03:00
  • aaa0ea0483 Add some safety comments about using bootstrap Avinash Sajjanshetty 2025-04-11 21:14:52 +05:30
  • 36bfdb682f only pull frames when doing write delegation Levy A. 2025-04-11 11:21:46 -03:00
  • 361d082b7f Bootstrap database before opening connection (#2021) Pekka Enberg 2025-04-10 15:26:00 +00:00
  • c55935a1eb bootstrap the db without using sqlite connection Avinash Sajjanshetty 2025-04-09 17:04:30 +05:30
  • fc8836f16f Change the sync heuristics Avinash Sajjanshetty 2025-04-09 16:59:34 +05:30
  • 0edf5e37ae Fix libsql-ffi build on Windows Allan Zhang 2025-03-27 16:15:30 -04:00
  • 483a1507d8 Add support for building libsql-ffi on ARM (#2016) Pekka Enberg 2025-04-09 14:11:13 +00:00
  • 81fa360e20 libsql: Add authorizer support (#2020) Pekka Enberg 2025-04-09 12:56:43 +00:00
  • 45b40c34e0 libsql: Add authorizer support Pekka Enberg 2025-04-09 08:41:23 +03:00
  • 9a655149a1 Bootstrap database file instead of pulling every WAL frame (#2017) Pekka Enberg 2025-04-08 15:29:59 +00:00
  • 618505ceda Update test to match the new defaults Avinash Sajjanshetty 2025-04-07 22:51:43 +05:30
  • a49ab952e1 Performance: optimise offline sync Avinash Sajjanshetty 2025-04-07 15:49:38 +05:30
  • cb24b8edfd Allow specifying YYSTACKDEPTH (parser stack depth) limit via env var (#2000) Jussi Saurio 2025-04-07 07:01:49 +00:00
  • 417d305e15 Allow specifying YYSTACKDEPTH (parser stack depth) limit via env var Jussi Saurio 2025-03-24 10:43:00 +02:00
  • 351b5a4c89 add support for arm Bernd Storath 2025-04-04 08:42:51 +02:00
  • a05ad5dbd0 0.9.2 Pekka Enberg 2025-04-01 10:23:57 +03:00
  • f1ea69499b Revert Cargo.lock (#2012) Pekka Enberg 2025-04-01 10:16:57 +03:00
  • d8610bdb08 Revert Cargo.lock (#2012) gh-readonly-queue/main/pr-2012-86178f601978773c2b91ad2927c58e322e74dd8c Pekka Enberg 2025-04-01 07:14:05 +00:00
  • 86178f6019 github: Switch to Github arm runner (#2008) Pekka Enberg 2025-04-01 10:16:27 +03:00
  • b4bf863ea5 Fix invalid state in transaction (#2009) Pekka Enberg 2025-04-01 10:16:14 +03:00
  • a0bf3a00b1 Revert Cargo.lock Pekka Enberg 2025-04-01 09:50:09 +03:00
  • 0ef879a818 Downgrade Tokio (#2011) Pekka Enberg 2025-04-01 09:48:40 +03:00
  • 949d057e4c Revert "libsql-server: Fix deprecated injection_queue_depth() call" Pekka Enberg 2025-03-31 14:53:21 +03:00
  • 8c197869b0 Downgrade to Tokio 1.38 Pekka Enberg 2025-03-31 14:52:40 +03:00
  • 3867a2d6e4 fix: remove dbg! Levy A. 2025-03-30 14:04:51 -03:00
  • dca2363dbe fix invalid state in transaction Levy A. 2025-03-28 23:14:46 -03:00
  • bc5e2bd608 github: Switch to Github arm runner Pekka Enberg 2025-03-28 21:09:54 +02:00
  • 915ab1f4ba configure yystackdepth libsql-ffi-yystackdepth-env Nikita Sivukhin 2025-03-22 14:00:36 +04:00
  • d7fc437656 0.9.1 libsql-0.9.1 Pekka Enberg 2025-03-21 17:55:17 +02:00
  • 6064588986 Fix publish-crates.sh script order Pekka Enberg 2025-03-21 17:51:47 +02:00
  • 1aaff76f44 0.9.1-pre.1 Pekka Enberg 2025-03-21 17:50:57 +02:00
  • 4fefbe094f libsql-server: Fix deprecated injection_queue_depth() call Pekka Enberg 2025-03-21 13:22:56 +02:00
  • d08933fc24 Update vendored rusqlite version Pekka Enberg 2025-03-21 11:47:01 +02:00
  • 9abb3fb533 Update Cargo.lock Pekka Enberg 2025-03-21 11:04:40 +02:00
  • 8dcc71f47a libsql: Check integrity during WAL pull wal-pull-integrity-check Pekka Enberg 2025-03-21 08:48:39 +02:00
  • 68d5000f9f Make libsql-ffi workspace dependency (#1996) Pekka Enberg 2025-03-20 11:54:11 +00:00
  • eba258225b docs: Fix minor style/grammar issues in markdown files (#1931) Pekka Enberg 2025-03-20 13:57:35 +02:00
  • 69370ba9d4 Merge branch 'main' into fix/fixup-markdown-documents Pekka Enberg 2025-03-20 13:56:52 +02:00
  • 7437691d60 Fix vendored rusqlite dependency to libsql-ffi Pekka Enberg 2025-03-20 12:29:05 +02:00
  • 04362acf6d Add libsql-ffi to workspace depedencies Pekka Enberg 2025-03-20 12:26:52 +02:00
  • c7fac2bc6b libsql-ffi: Update bundled SQLite Pekka Enberg 2025-03-20 13:36:15 +02:00
  • 9bd7387495 libsql-sqlite3: Don't use pointer arithmetic Pekka Enberg 2025-03-20 13:31:27 +02:00
  • 02ac846814 libsql-sqlite3: Don't use variable length arrays Pekka Enberg 2025-03-20 13:26:50 +02:00
  • 529dcf60e4 libsql-ffi: Fix file copying on Windows fix-ffi-windows-build Pekka Enberg 2025-03-20 13:21:53 +02:00
  • 687d23eb1a fix(libsql-sys): support non-Unix when rusqlite feature is disabled (#1971) Pekka Enberg 2025-03-20 10:47:30 +00:00
  • e31193b066 Fix vendored rusqlite dependency to libsql-ffi Pekka Enberg 2025-03-20 12:29:05 +02:00
  • a383b03d82 Add libsql-ffi to workspace depedencies Pekka Enberg 2025-03-20 12:26:52 +02:00
  • d1c95e227c Revert "Add libsql-ffi to workspace depedencies" Pekka Enberg 2025-03-20 12:45:24 +02:00
  • 0cda32bf7e Revert "Fix vendored rusqlite dependency to libsql-ffi" Pekka Enberg 2025-03-20 12:45:17 +02:00
  • 790f2eb3c0 Fix vendored rusqlite dependency to libsql-ffi Pekka Enberg 2025-03-20 12:29:05 +02:00
  • 7f9a2efb6a Add publish-crates.sh helper script Pekka Enberg 2025-03-20 12:27:08 +02:00
  • e736e13742 Add libsql-ffi to workspace depedencies Pekka Enberg 2025-03-20 12:26:52 +02:00
  • 4210a5ded1 Improve project package manifests (#1995) Pekka Enberg 2025-03-20 10:18:09 +00:00
  • 78b90d5a37 Improve project package manifests Pekka Enberg 2025-03-20 11:50:39 +02:00