| .. |
|
benches
|
change sample count to 10
|
2025-05-23 12:37:03 -03:00 |
|
ext
|
Close statements in extension tests, and use mut pointers for stmt
|
2025-05-24 16:45:25 -04:00 |
|
functions
|
Rename OwnedValue -> Value
|
2025-05-15 09:59:46 +03:00 |
|
io
|
core: Switch Completion "is_completed" to use Cell
|
2025-05-27 14:05:07 +03:00 |
|
json
|
Rename OwnedValue -> Value
|
2025-05-15 09:59:46 +03:00 |
|
mvcc
|
Convert u64 rowid to i64
|
2025-05-30 13:07:31 +02:00 |
|
numeric
|
numeric types overhaul
|
2025-04-23 08:34:58 -03:00 |
|
storage
|
fix race condition with read lock in between unlock
|
2025-06-06 12:16:41 +02:00 |
|
translate
|
Merge 'Write database header via normal pager route' from meteorgan
|
2025-06-04 09:39:14 +03:00 |
|
vdbe
|
Merge 'Write database header via normal pager route' from meteorgan
|
2025-06-04 09:39:14 +03:00 |
|
vector
|
Rename OwnedValue -> Value
|
2025-05-15 09:59:46 +03:00 |
|
build.rs
|
|
|
|
Cargo.toml
|
tpc-h with criterion and nyrkio
|
2025-05-23 01:32:16 -03:00 |
|
error.rs
|
page_cache: fix insert and evict logic
|
2025-05-21 14:09:39 +02:00 |
|
fast_lock.rs
|
Reconstruct WAL frame cache when WAL is opened
|
2025-05-24 18:29:44 +03:00 |
|
function.rs
|
add Func::is_deterministic()
|
2025-04-24 11:05:21 +03:00 |
|
info.rs
|
|
|
|
lib.rs
|
Merge 'Add support for pragma table-valued functions' from Piotr Rżysko
|
2025-06-04 09:08:10 +03:00 |
|
numeric.rs
|
Rename OwnedValue -> Value
|
2025-05-15 09:59:46 +03:00 |
|
parameters.rs
|
Consolidate match case in parameters push to handle all anonymous params in one case
|
2025-05-13 14:42:12 -04:00 |
|
pragma.rs
|
Add support for pragma table-valued functions
|
2025-06-01 10:25:42 +02:00 |
|
pseudo.rs
|
wip
|
2025-03-29 22:02:49 +01:00 |
|
result.rs
|
|
|
|
schema.rs
|
Merge 'btree: Remove assumption that all btrees have a rowid' from Jussi Saurio
|
2025-05-21 14:53:00 +03:00 |
|
types.rs
|
Extract cursor logic from VirtualTable into VirtualTableCursor
|
2025-06-01 07:45:57 +02:00 |
|
util.rs
|
Introduce virtual table types
|
2025-06-01 07:45:57 +02:00 |
|
vtab.rs
|
Add support for pragma table-valued functions
|
2025-06-01 10:25:42 +02:00 |