limbo/core
Pekka Enberg 26e5496c19 Merge 'Fix autoindex of primary key marked as unique' from Pere Diaz Bou
Primary keys that are marked as unique constraint, do not need to have
separate indexes, one is enough. In the case primary key is integer,
therefore rowid alias, we still need an index to satisfy unique
constraint.

Closes #1494
2025-05-17 08:02:04 +03:00
..
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 clippy 2025-03-25 17:13:31 +02:00
numeric numeric types overhaul 2025-04-23 08:34:58 -03:00
storage long fuzz tests ci on btree changes 2025-05-16 11:26:00 +02:00
translate fix allocation of indices BTreeCreate registers 2025-05-16 10:37:04 +02:00
vdbe Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
vector Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
build.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
Cargo.toml Merge branch 'main' into ext-static-feature 2025-05-03 19:18:28 +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 Remove unlock method and move it to guard's drop. 2025-03-27 18:45:05 +05:30
function.rs add Func::is_deterministic() 2025-04-24 11:05:21 +03:00
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
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 wip 2025-03-29 22:02:49 +01:00
result.rs core: transaction support 2024-12-24 18:04:30 +01:00
schema.rs fmt 2025-05-16 09:06:44 +00:00
types.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
util.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00