limbo/core
Pekka Enberg e1b5f2d948
Some checks are pending
Build and push limbo-sim image / deploy (push) Waiting to run
Dart/Flutter / test (blacksmith-4vcpu-ubuntu-2404) (push) Waiting to run
Dart/Flutter / test (macos-latest) (push) Waiting to run
Dart/Flutter / test (windows-latest) (push) Waiting to run
Dart/Flutter / precompile (blacksmith-4vcpu-ubuntu-2404) (push) Waiting to run
Dart/Flutter / precompile (macOS-latest) (push) Waiting to run
Dart/Flutter / precompile (windows-latest) (push) Waiting to run
Dart/Flutter / publish (push) Waiting to run
Java Tests / test (push) Waiting to run
Build & publish @tursodatabase/sync / stable - wasm32-wasip1-threads - node@20 (push) Waiting to run
Build & publish @tursodatabase/sync / stable - aarch64-apple-darwin - node@20 (push) Waiting to run
Build & publish @tursodatabase/sync / stable - x86_64-pc-windows-msvc - node@20 (push) Waiting to run
Build & publish @tursodatabase/sync / stable - x86_64-unknown-linux-gnu - node@20 (push) Waiting to run
Build & publish @tursodatabase/sync / Publish (push) Blocked by required conditions
Build & publish @tursodatabase/database / stable - wasm32-wasip1-threads - node@20 (push) Waiting to run
Build & publish @tursodatabase/sync / Test turso-sync-js on Linux-x64-gnu - node@20 (push) Blocked by required conditions
Build & publish @tursodatabase/database / stable - aarch64-apple-darwin - node@20 (push) Waiting to run
Build & publish @tursodatabase/database / stable - x86_64-pc-windows-msvc - node@20 (push) Waiting to run
Build & publish @tursodatabase/database / stable - x86_64-unknown-linux-gnu - node@20 (push) Waiting to run
Build & publish @tursodatabase/database / Test bindings on Linux-x64-gnu - node@20 (push) Blocked by required conditions
Build & publish @tursodatabase/database / Publish (push) Blocked by required conditions
Python / configure-strategy (push) Waiting to run
Python / test (push) Blocked by required conditions
Python / lint (push) Waiting to run
Python / linux (x86_64) (push) Waiting to run
Python / macos-arm64 (aarch64) (push) Waiting to run
Python / sdist (push) Waiting to run
Python / Release (push) Blocked by required conditions
Rust / cargo-fmt-check (push) Waiting to run
Rust / build-native (blacksmith-4vcpu-ubuntu-2404) (push) Waiting to run
Rust / build-native (macos-latest) (push) Waiting to run
Rust / build-native (windows-latest) (push) Waiting to run
Rust / clippy (push) Waiting to run
Rust / simulator (push) Waiting to run
Rust / test-limbo (push) Waiting to run
Rust / test-sqlite (push) Waiting to run
Rust Benchmarks+Nyrkiö / bench (push) Waiting to run
Rust Benchmarks+Nyrkiö / clickbench (push) Waiting to run
Rust Benchmarks+Nyrkiö / tpc-h-criterion (push) Waiting to run
Rust Benchmarks+Nyrkiö / tpc-h (push) Waiting to run
Rust Benchmarks+Nyrkiö / vfs-bench-compile (push) Waiting to run
Merge 'Implement UPSERT' from Preston Thorpe
This PR closes #2019
Implements https://sqlite.org/lang_upsert.html

Closes #2853
2025-08-30 08:54:35 +03:00
..
benches adjust mvcc code to return completions in state machines 2025-08-13 10:24:55 +03:00
ext Remove extension Conn from VirtualTable to survive schema changes 2025-08-06 16:27:26 -04:00
functions Merge 'Add documentation and rename functions' from Mikaël Francoeur 2025-08-16 17:45:33 -04:00
incremental adjust views to use circuits 2025-08-27 14:21:32 -05:00
io core/io: Switch Unix I/O to use libc::pwrite() 2025-08-27 17:56:23 +03:00
json remove Result from signature 2025-08-21 14:45:00 -04:00
mvcc remove unnecessary argument 2025-08-25 12:24:39 +04:00
numeric
storage Merge 'core/wal: cache file size' from Pere Diaz Bou 2025-08-30 08:41:58 +03:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate Merge 'Implement UPSERT' from Preston Thorpe 2025-08-30 08:54:35 +03:00
vdbe remove to_upper_case in favor of eq_ignore_ascii_case 2025-08-29 20:24:43 -05:00
vector rename functions 2025-08-15 17:08:53 -04:00
assert.rs core: Add Antithesis-aware turso_assert 2025-06-29 11:46:18 +03:00
build.rs
Cargo.toml Add support for lord AEGIS, the fastest and the greatest 2025-08-24 16:15:11 +05:30
error.rs Propagate decryption error from the callback 2025-08-29 18:02:56 +05:30
fast_lock.rs
function.rs add unlikely to resolve function 2025-08-12 16:42:38 +05:30
info.rs
lib.rs core: Initial pass on synchronous pragma 2025-08-28 16:02:41 +03:00
parameters.rs
pragma.rs core: Initial pass on synchronous pragma 2025-08-28 16:02:41 +03:00
pseudo.rs
result.rs Fix transaction read0 shortcut in WAL and track whether we have snapshot 2025-07-30 14:08:33 +03:00
schema.rs core/schema: get_dependent_materialized_views_unnormalized 2025-08-28 13:11:40 +02:00
series.rs Replace ConstraintInfo::plan_info with ConstraintInfo::index 2025-08-05 05:48:29 +02:00
state_machine.rs adjust mvcc code to return completions in state machines 2025-08-13 10:24:55 +03:00
types.rs switch to new parser 2025-08-21 15:19:16 -03:00
util.rs Merge 'core/util: emit literal, cow instead of replace' from Pere Diaz Bou 2025-08-28 14:33:04 +03:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs complete parser integration 2025-08-21 15:23:59 -03:00
vtab_view.rs Implement very basic views using DBSP 2025-08-10 23:34:04 -05:00