zed/crates/sqlez/src
Conrad Irwin fe7d53cb96
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Dynamicer builds (#13074)
Fixes https://github.com/zed-industries/zed/issues/13073

Note that, contrary to the issue's text, we're still shipping a
statically bundled sqlite3 after this PR. We use enough new features of
sqlite, like `sqlite3_error_offset` and `STRICT`, that our minimum
version (v3.38.0) is higher than is presumably accessible on Ubuntu.

Release Notes:

- N/A

---------

Co-authored-by: Mikayla <mikayla@zed.dev>
2024-06-21 16:32:32 -07:00
..
bindable.rs Ensure sqlez build succeeds on Windows (#7072) 2024-01-30 10:07:46 -08:00
connection.rs Dynamicer builds (#13074) 2024-06-21 16:32:32 -07:00
domain.rs Reworked thread safe connection be threadsafer,,,, again 2022-12-03 16:06:02 -08:00
lib.rs working serialized writes with panics on failure. Everything seems to be working 2022-12-03 16:06:01 -08:00
migrations.rs Remove if-not-else patterns (#10402) 2024-04-11 03:48:06 -04:00
savepoint.rs Added center group deserialization 2022-12-03 16:06:01 -08:00
statement.rs remote projects per user (#10594) 2024-04-23 15:33:09 -06:00
thread_safe_connection.rs Use collections::{HashMap, HashSet} instead of its std:: counterpart (#7502) 2024-02-07 19:06:03 +02:00
typed_statements.rs WIP: Add persistence to new docks 2023-05-17 17:34:20 -07:00
util.rs make thread safe connection more thread safe 2022-12-03 16:06:01 -08:00