0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-07 22:51:30 +00:00

Commit Graph

  • 8db5ea8b42 Merge pull request #1644 from tursodatabase/query-cancel ad hoc 2024-08-07 19:01:26 +00:00
  • 9595315d30 init cancel bomb berfore query exec ad hoc 2024-08-07 20:42:27 +02:00
  • 0511ec3706 Merge pull request #1643 from tursodatabase/libsql-footer ad hoc 2024-08-07 17:00:59 +00:00
  • 7ed14683a1 build bundles Nikita Sivukhin 2024-08-07 18:53:13 +04:00
  • 3e56d28d86 fix potential crash in fts5 Nikita Sivukhin 2024-08-07 16:57:49 +04:00
  • 351e6ebfbe add simple integration test Nikita Sivukhin 2024-08-07 18:52:57 +04:00
  • 97652c12fe Merge pull request #1628 from tursodatabase/lucio/0.5.0-libsql libsql-rs-v0.5.0 Lucio Franco 2024-08-07 14:19:45 +00:00
  • fc178de41f add query canceled metric ad hoc 2024-08-07 15:42:01 +02:00
  • d11ec010df downgrade debug to trace ad hoc 2024-08-07 15:38:56 +02:00
  • 5924766712 write footer on checkpoint ad hoc 2024-08-07 13:15:12 +02:00
  • 4069036362 cancel query when request is dropped ad hoc 2024-08-07 13:48:40 +02:00
  • 07dc9b5b6d add LibsqlWalFooter ad hoc 2024-08-07 13:04:09 +02:00
  • 9d15ebf077 Merge pull request #1641 from tursodatabase/vector-search-fix-vacuum Sivukhin Nikita 2024-08-06 20:00:54 +00:00
  • 95be43c8c7 Merge pull request #1642 from tursodatabase/lucio/windows-ci2 Lucio Franco 2024-08-06 19:13:18 +00:00
  • 71c50e198f enable more windows CI Lucio Franco 2024-08-06 08:54:23 -04:00
  • 6e7fb9f06a restore encryption config ad hoc 2024-08-06 18:24:20 +02:00
  • e5b8c31005 comment out libsql-wal replica configurator ad hoc 2024-08-06 17:01:34 +02:00
  • ded5ba7f85 fmt + remove dbgs ad hoc 2024-08-06 16:54:14 +02:00
  • b5dba72415 partial implmentation of LibsqlWalReplicationConfigurator ad hoc 2024-08-06 16:52:23 +02:00
  • 066f152757 configure libsql_wal ad hoc 2024-08-06 14:37:10 +02:00
  • b12431c33a configure durable wal ad hoc 2024-08-06 13:30:21 +02:00
  • a4af6c6455 Merge pull request #1637 from tursodatabase/vector-search-fix-error-handling Sivukhin Nikita 2024-08-06 11:08:14 +00:00
  • 2115277f8c fix bug Nikita Sivukhin 2024-08-06 14:51:32 +04:00
  • 56330c8532 Merge pull request #1640 from tursodatabase/disable-seh Piotr Jastrzębski 2024-08-06 10:24:06 +00:00
  • 853143d77b build bundles Nikita Sivukhin 2024-08-06 13:48:21 +04:00
  • 76558e8df4 fix behaviour of VACUUM for vector indices to make rowid consistent between shadow tables and base table Nikita Sivukhin 2024-08-06 13:33:23 +04:00
  • fbde879196 libsql-ffi: Update bundled SQLite sources Pekka Enberg 2024-08-06 12:31:51 +03:00
  • d3e28fd774 libsql-sqlite3: Disable SEH on Windows Pekka Enberg 2024-08-06 12:30:28 +03:00
  • 0647711dd8 legacy configurators ad hoc 2024-08-06 08:30:53 +02:00
  • fd03144bcc decoupled namespace configurators ad hoc 2024-08-05 15:26:34 +02:00
  • 394190d52e libsql: Initial pass on offline writes walsync Pekka Enberg 2024-08-05 09:39:25 +03:00
  • f959bc6390 libsql-server: WAL sync protocol support Pekka Enberg 2024-07-30 18:31:17 +03:00
  • 4b6f6dd301 libsql-sync: Initial pass on WAL sync logic Pekka Enberg 2024-07-30 18:20:40 +03:00
  • 6ce51d2b44 libsql-sys: xReadFrameRaw Pekka Enberg 2024-08-05 15:36:51 +03:00
  • 7ad0a7445e libsql-replicator: xReadFrameRaw Pekka Enberg 2024-08-05 15:36:27 +03:00
  • ccc043c443 libsql-ffi: update bindings Pekka Enberg 2024-08-05 15:25:35 +03:00
  • 626decf1a8 libsql-ffi Pekka Enberg 2024-08-05 14:41:20 +03:00
  • e4c632224a libsql-ffi: Update bundled C code Pekka Enberg 2024-08-05 13:14:42 +03:00
  • 2520829738 libsql-sqlite3: Add libsql_wal_get_frame() API Pekka Enberg 2024-08-05 14:39:13 +03:00
  • c70678fa6b libsql-sqlite3: Don't checkpoint on database close Pekka Enberg 2024-08-05 14:05:59 +03:00
  • 115c6efdae libsql-sqlite3: Add libsql_wal_frame_count() API Pekka Enberg 2024-08-05 13:10:32 +03:00
  • c4404f9294 docs: libSQL WAL sync protocol specification Pekka Enberg 2024-07-30 15:56:13 +03:00
  • 06d1280642 Add gRPC definition for WAL sync Pekka Enberg 2024-07-30 15:52:38 +03:00
  • 754c28b1ad Add TLA+ specification for WAL sync Pekka Enberg 2024-07-30 15:51:11 +03:00
  • 778a13ac0f Merge pull request #1636 from wyhaya/main Piotr Jastrzębski 2024-08-05 12:39:13 +00:00
  • 32d72e56e2 add simple test Nikita Sivukhin 2024-08-05 16:04:18 +04:00
  • 4c223c7785 use lower bits only because with sqlite3_extended_result_codes on we will get more detailed error codes Nikita Sivukhin 2024-08-05 15:54:44 +04:00
  • 907f2f9381 pass configurators to NamespaceStore::new ad hoc 2024-08-05 11:14:40 +02:00
  • d6bed05c7b Update Dataflare description wyhaya 2024-08-05 15:40:04 +08:00
  • 978dd7147d instanciate namesapces from configurators ad hoc 2024-08-03 21:19:00 +02:00
  • 8b377a6e06 add shcema configurator ad hoc 2024-08-03 21:18:51 +02:00
  • f9daa9e08f add configurators to namespace store ad hoc 2024-08-03 00:00:45 +02:00
  • 0917f84cde introduce NamespaceConfigurator ad hoc 2024-08-02 23:54:55 +02:00
  • a68f042914 libsql: release v0.5.0 Lucio Franco 2024-08-02 09:26:28 -07:00
  • f0d6611b45 Merge pull request #1627 from tursodatabase/lucio/uodate-batch-docs Lucio Franco 2024-08-02 15:52:38 +00:00
  • 8a6ca13b59 libsql: update batch docs on conn type allowed Lucio Franco 2024-08-02 08:24:19 -07:00
  • 19a91a6be4 Merge pull request #1592 from tursodatabase/lucio/improved-embedded-replica-return Lucio Franco 2024-08-02 15:21:03 +00:00
  • 8c7a9bfb25 fix frames_synced Lucio Franco 2024-08-01 17:15:05 -07:00
  • d77e019305 add docs and clean up Lucio Franco 2024-08-01 17:02:41 -07:00
  • 1dd2cc9ce9 moved to frames_synced Lucio Franco 2024-08-01 15:16:23 -07:00
  • c77bbc7511 improve test Lucio Franco 2024-07-24 16:19:26 -04:00
  • 491f8f1153 fix sentinal file Lucio Franco 2024-07-24 14:04:59 -04:00
  • 844548ef32 add sential restart test Lucio Franco 2024-07-23 15:40:10 -04:00
  • 89dcb74be6 libsql: provide more return info for sync Lucio Franco 2024-07-23 13:59:21 -04:00
  • d6a380c9cf Merge pull request #1626 from tursodatabase/lucio/fix-build Pekka Enberg 2024-08-01 20:34:37 +00:00
  • 5c4f79fac4 sqlite: update multiciphers gen c code Lucio Franco 2024-08-01 08:38:02 -07:00
  • 2a70e41bf1 Merge pull request #1625 from ubersan/add-enable-console-description Piotr Jastrzębski 2024-08-01 12:00:14 +00:00
  • e109dde29c Merge pull request #1624 from ubersan/main Piotr Jastrzębski 2024-08-01 11:58:41 +00:00
  • f510359793 Breaking change: Make Rows and Row API more consistent. Sebastian 2024-08-01 11:47:24 +02:00
  • 9da20f0ed0 Add description for the --enable-http-console cli option Sandro Huber 2024-08-01 13:33:20 +02:00
  • 13298219b0 Fix typo in the auth header name in the --heartbeat-auth cli option Sandro Huber 2024-08-01 13:15:12 +02:00
  • fe781624f6 Merge pull request #1621 from ignatz/col_count Piotr Jastrzębski 2024-08-01 09:48:55 +00:00
  • 24276839cc Merge pull request #1620 from ignatz/ignore_example Piotr Jastrzębski 2024-08-01 09:48:38 +00:00
  • c03c00b77e Merge pull request #1601 from penberg/merge-sqlite-3.45.1-new ad hoc 2024-08-01 09:09:15 +00:00
  • 9f08f49694 Expose column count on individual rows to make it possible to iterate columns just like on Rows. Sebastian 2024-08-01 10:49:11 +02:00
  • 5dd8d0b3ac Merge pull request #1619 from tursodatabase/add-header-page-size ad hoc 2024-08-01 08:48:43 +00:00
  • 591e4d2f53 Properly exclude example from tests. Sebastian 2024-08-01 10:47:06 +02:00
  • 6f3a29d4c3 add page size to segment header ad hoc 2024-07-31 23:03:39 +02:00
  • da7b7dcb5b Merge pull request #1615 from avinassh/ss-better-error Avinash Sajjanshetty 2024-08-01 07:00:19 +00:00
  • cd368ce2f0 Merge pull request #1617 from tursodatabase/bump-rust ad hoc 2024-07-31 21:06:27 +00:00
  • 7dacca2728 bump rust version, fix warnings ad hoc 2024-07-31 17:44:16 +02:00
  • 57efa9200f Merge pull request #1616 from tursodatabase/type-erase-override-config ad hoc 2024-07-31 20:40:59 +00:00
  • c7184aed5f Merge pull request #1618 from tursodatabase/add-replicator-comment ad hoc 2024-07-31 20:40:26 +00:00
  • 0048de98d0 Merge pull request #1613 from tursodatabase/current-segment-recovery ad hoc 2024-07-31 19:51:17 +00:00
  • 406f0fc394 fix typo ad hoc 2024-07-31 21:33:23 +02:00
  • 231cc64897 add a few comments about replication ad hoc 2024-07-31 18:02:19 +02:00
  • 4f919174a2 type-erase config override ad hoc 2024-07-31 17:50:41 +02:00
  • 7887f1d182 Improve error handling Avinash Sajjanshetty 2024-07-31 20:28:21 +05:30
  • 53674d0895 Add ErrorDetails proto for errors Avinash Sajjanshetty 2024-07-31 20:27:55 +05:30
  • 733e73600f Merge pull request #1614 from tursodatabase/timing-header ad hoc 2024-07-31 14:18:25 +00:00
  • 422852e489 add timing infos to response header ad hoc 2024-07-31 13:49:35 +02:00
  • 1fe3475f89 fix deadlock ad hoc 2024-07-31 02:13:47 +02:00
  • 13c0dc016f don't compute checksum if we need to recompute it later ad hoc 2024-07-30 23:28:54 +02:00
  • 92a10a1207 fmt ad hoc 2024-07-30 23:19:35 +02:00
  • 4b2ac5c1fe add debug assertion to verify checksum + fix failing tests ad hoc 2024-07-30 23:05:26 +02:00
  • 0542328b21 rename insert_frames to inject_frames ad hoc 2024-07-30 16:27:26 +02:00
  • 271364878a recompute checksum on frame overwrite ad hoc 2024-07-30 16:26:24 +02:00
  • dcebba43d5 fix test ad hoc 2024-07-30 15:22:30 +02:00
  • 74f6bf6209 recover log on crash ad hoc 2024-07-30 11:31:50 +02:00
  • c2f0eb73a9 patch crash_on_flush test ad hoc 2024-07-30 11:29:59 +02:00