0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 00:29:48 +00:00

Commit Graph

  • 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
  • ff6270e7c8 delete extra newline Max Thomson 2024-07-30 11:34:34 -07:00
  • 14a06d4794 docker: add healthchecks Max Thomson 2024-07-30 11:30:39 -07: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
  • 47ed09a2da
    compute current segment running checksum ad hoc 2024-07-30 11:29:06 +02:00
  • d6b9e496b2
    harden segment header ad hoc 2024-07-30 11:25:03 +02:00
  • 4de86da020
    add with_rng to Io ad hoc 2024-07-30 11:23:28 +02:00
  • 45045dd1f7
    add Inspect to inspect written bytes on writers ad hoc 2024-07-30 11:21:48 +02:00
  • bd6f46aeea
    add get_ref to BufCopy ad hoc 2024-07-30 11:17:00 +02:00
  • 7a75e55186
    simulate crash ad hoc 2024-07-29 13:15:20 +02:00
  • 12afe92841
    set SEALED flag on seal ad hoc 2024-07-29 13:14:54 +02:00
  • 1b6c0abb44
    set SEALED flag when segment is sealed ad hoc 2024-07-29 13:13:35 +02:00
  • db10943a4d
    pass tmp to env ad hoc 2024-07-29 13:12:37 +02:00
  • 3d5cc3dd5f
    pass custom IO to TestEnv ad hoc 2024-07-28 15:08:49 +02:00
  • 94217e2f27
    Merge pull request #1608 from tursodatabase/replicate-from-stored-segments ad hoc 2024-07-30 21:04:03 +00:00
  • 903c8812e5
    remove extra ws ad hoc 2024-07-30 22:44:26 +02:00
  • a64a0899a1
    Merge pull request #1609 from tursodatabase/sqld-dump-preserve-rowids Sivukhin Nikita 2024-07-29 16:51:04 +00:00
  • f1d4c4e6bb
    Merge pull request #1612 from tursodatabase/extensions_bindings Piotr Jastrzębski 2024-07-29 11:19:41 +00:00
  • 5dcb708cff
    Merge pull request #1606 from tursodatabase/vector-search-accounting Sivukhin Nikita 2024-07-29 09:35:32 +00:00
  • 3439af27c6 C bindings: Loading extensions Piotr Jastrzebski 2024-07-27 16:13:00 +02:00
  • 18dd30e30a build bundles Nikita Sivukhin 2024-07-25 21:59:34 +04:00
  • 921a99690c account reads and writes from ANN search in LIBSQL_STMTSTATUS_ROWS_READ and LIBSQL_STMTSTATUS_ROWS_WRITTEN counters Nikita Sivukhin 2024-07-25 19:25:05 +04:00
  • a77d45d854
    Merge pull request #1594 from tursodatabase/vector-search-pk-fix Sivukhin Nikita 2024-07-29 06:53:04 +00:00
  • 4fa026bed0 implement vector_sum(...) and vector_mult(...) helpful functions vector-more-functions Nikita Sivukhin 2024-07-27 00:49:07 +04:00
  • 1006f3bfe3 build bundles Nikita Sivukhin 2024-07-26 22:59:33 +04:00
  • 90dbcff1df improve vector index key handling code Nikita Sivukhin 2024-07-24 00:08:11 +04:00
  • a9643159fd
    Merge pull request #1610 from tursodatabase/vector-search-refine-errors Pekka Enberg 2024-07-26 18:18:05 +00:00
  • f5062f49cf build bundles Nikita Sivukhin 2024-07-26 18:56:21 +04:00
  • 9981d607a7 refine errors even more Nikita Sivukhin 2024-07-26 18:54:58 +04:00
  • ad766c429a refine errors for vector search Nikita Sivukhin 2024-07-26 18:38:50 +04:00
  • 4ceede96a6 cargo fmt Nikita Sivukhin 2024-07-26 18:04:09 +04:00
  • 8d1478ad4a add preserve_rowids query parameter to align with native SQLite shell feature Nikita Sivukhin 2024-07-26 17:54:35 +04:00
  • c9d8a2d0d3
    fix bench ad hoc 2024-07-25 20:19:31 +02:00
  • b924a5a45c
    fmt ad hoc 2024-07-25 20:12:19 +02:00
  • 6e2cd97565
    remove durable_notifier ad hoc 2024-07-25 20:11:10 +02:00
  • 89c7f7dcee
    pass callback instead of spawning task for durable frameno notify ad hoc 2024-07-25 19:57:18 +02:00
  • a539ad0919
    fix tests ad hoc 2024-07-25 19:25:53 +02:00
  • e8dafb2393
    fix shutdown ad hoc 2024-07-25 19:25:45 +02:00
  • 882fee68b4
    fix test storage impl ad hoc 2024-07-25 19:23:24 +02:00
  • 71d8c866db
    fix Backend impl ad hoc 2024-07-25 19:22:57 +02:00
  • 2cd6e72511
    pass SegmentKey by ref ad hoc 2024-07-25 19:21:53 +02:00
  • 51d12f6583
    implement missing Storage fn for AsyncStorage ad hoc 2024-07-25 19:19:22 +02:00
  • b5dc49bcbd
    move segment key to storage mod ad hoc 2024-07-25 19:18:45 +02:00
  • 21f405b087
    Merge pull request #1596 from tursodatabase/vector-search-adaptive-block Sivukhin Nikita 2024-07-25 15:48:52 +00:00
  • 86624ef6f3 build bundles Nikita Sivukhin 2024-07-25 19:28:36 +04:00
  • 675cdd4710 rename max_edges to max_neighbors Nikita Sivukhin 2024-07-25 12:10:18 +04:00
  • ea1bb70e80 add simple test which mention all index parameters Nikita Sivukhin 2024-07-24 15:49:15 +04:00
  • b9d531a07d make block size configurable Nikita Sivukhin 2024-07-24 15:49:01 +04:00
  • ce16c5af5e libsql-sys: Removed unused import and fixed path. Alexandre Faria 2024-05-05 13:01:51 +01:00
  • f70fcbe13d
    Merge pull request #1365 from tursodatabase/lucio/destroy-metastore Piotr Jastrzębski 2024-07-25 13:39:53 +00:00
  • c5bb6072cf
    Merge pull request #1378 from tursodatabase/better_errors Piotr Jastrzębski 2024-07-25 13:17:43 +00:00
  • c2e937f058 Improve errors for local db Piotr Jastrzebski 2024-05-08 10:55:28 +02:00
  • b60cad7676
    Merge pull request #1604 from tursodatabase/workers Piotr Jastrzębski 2024-07-25 12:50:31 +00:00
  • 22a1307ab4 libsql: Updated worker dependency to 0.2.0. Alexandre Faria 2024-05-05 12:58:06 +01:00
  • ce25cac24f
    Merge pull request #1603 from tursodatabase/vector-search-more-tests Sivukhin Nikita 2024-07-25 12:26:01 +00:00
  • b233a11c71
    Merge pull request #1602 from tursodatabase/update_docs Piotr Jastrzębski 2024-07-25 12:06:42 +00:00
  • da55b5ff51 cargo fmt Nikita Sivukhin 2024-07-25 15:51:37 +04:00
  • 9057bcb6cb add more tests for vector feature Nikita Sivukhin 2024-07-25 15:47:01 +04:00
  • 528a465a38 doc: add authentication section + extra configuration Jérémy Barbet 2024-05-02 20:55:54 +00:00
  • a840d1419e server: flag to destroy metastore on restore err Lucio Franco 2024-05-01 12:47:36 -04:00
  • 1eaa283239
    Merge pull request #1229 from tursodatabase/bottomless-cli-snapshot Piotr Jastrzębski 2024-07-25 11:27:46 +00:00
  • 95690172f4 wal: add buf_copy to limit memory usage Lucio Franco 2024-06-07 12:56:40 -04:00
  • da665832f6 bottomless-cli: added snapshot command Bartosz Sypytkowski 2024-03-19 09:58:23 +01:00
  • fd328a7d7e libsql-ffi: Update bundled SQLite sources Pekka Enberg 2024-07-25 13:46:36 +03:00
  • 9ed72eb5ae Merge upstream SQLite 3.45.1 Pekka Enberg 2024-07-25 13:45:06 +03:00
  • bc00d3e62a Deduplicate dep:tower feature in libsql cargo definition Alexandr Jeliuc 2024-03-14 00:51:07 +02:00
  • 3b5fbf3e9b
    Merge branch 'main' into main Piotr Jastrzębski 2024-07-25 11:44:02 +02:00
  • 21e274a9de
    Merge pull request #1210 from a2xchip/deduplicate-libsql-cargo-features Piotr Jastrzębski 2024-07-25 11:41:39 +02:00
  • b106c025bd doc: add authentication section + extra configuration Jérémy Barbet 2024-05-02 20:55:54 +00:00
  • 86ac1d8a2f Update CONTRIBUTING.md xonx 2023-09-05 19:28:04 +05:30
  • b597aeb0ef Update CONTRIBUTING.md xonx 2023-08-21 15:48:40 +05:30
  • b9c9feceda Create CONTRIBUTING.md xonx 2023-08-20 21:46:48 +05:30