| .. |
|
benches
|
add bench for select count
|
2025-05-10 22:23:01 -03:00 |
|
ext
|
io/linux: make syscallio the default (io_uring is really slow)
|
2025-04-10 13:32:26 +03:00 |
|
functions
|
Rename OwnedValue -> Value
|
2025-05-15 09:59:46 +03:00 |
|
io
|
shared lock on file and throw ReadOnly error in transaction
|
2025-05-02 16:30:48 -03:00 |
|
json
|
Rename OwnedValue -> Value
|
2025-05-15 09:59:46 +03:00 |
|
mvcc
|
|
|
|
numeric
|
numeric types overhaul
|
2025-04-23 08:34:58 -03:00 |
|
storage
|
only pass collations for index in cursor + adhere to order of columns in index
|
2025-05-19 15:22:55 -03:00 |
|
translate
|
Add collation column to Index struct
|
2025-05-20 12:52:54 +03:00 |
|
vdbe
|
only pass collations for index in cursor + adhere to order of columns in index
|
2025-05-19 15:22:55 -03:00 |
|
vector
|
Rename OwnedValue -> Value
|
2025-05-15 09:59:46 +03:00 |
|
build.rs
|
|
|
|
Cargo.toml
|
Create CollationSeq enum and functions. Move strum to workspace dependency to avoid version mismatch with Parser
|
2025-05-19 15:22:14 -03:00 |
|
error.rs
|
shared lock on file and throw ReadOnly error in transaction
|
2025-05-02 16:30:48 -03:00 |
|
fast_lock.rs
|
|
|
|
function.rs
|
add Func::is_deterministic()
|
2025-04-24 11:05:21 +03:00 |
|
info.rs
|
|
|
|
lib.rs
|
Extract page cache size constant and bump to 2k
|
2025-05-16 15:40:19 +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 |
|
pseudo.rs
|
|
|
|
result.rs
|
|
|
|
schema.rs
|
Add collation column to Index struct
|
2025-05-20 12:52:54 +03:00 |
|
types.rs
|
refactor BtreeCursor and Sorter to accept Vec of collations
|
2025-05-19 15:22:55 -03:00 |
|
util.rs
|
Added collation to create table columns
|
2025-05-19 15:22:14 -03:00 |