limbo/core
2025-01-18 19:20:11 +01:00
..
benches chore: enable all features in clippy ci and fix more clippy lints 2025-01-15 23:23:12 +01:00
ext Support aggregate functions in Extensions 2025-01-17 14:13:57 -05:00
io core/io: make file locks non-blocking so they fail right away 2025-01-14 11:01:11 +01:00
json syntactic changes: use f64::INFINITY instead of deprecated std::f64::INFINITY 2025-01-18 19:20:11 +01:00
storage syntactic changes: fix typos in comments 2025-01-18 19:20:11 +01:00
translate syntactic changes: remove unneeded mut, lifetimes,references that get instantaneously dereferenced and casts 2025-01-18 18:43:47 +01:00
vdbe syntactic changes: remove unneeded mut, lifetimes,references that get instantaneously dereferenced and casts 2025-01-18 18:43:47 +01:00
Cargo.toml Rename limbo_extension crate to limbo_ext 2025-01-16 14:40:52 +02:00
error.rs feat: initial implementation of Statement::bind 2025-01-15 16:51:04 -03:00
function.rs syntactic changes: remove unneeded paths when the type is already imported 2025-01-18 18:29:12 +01:00
lib.rs syntactic changes: rewrite loop with while 2025-01-18 19:19:49 +01:00
parameters.rs syntactic changes: remove unneeded mut, lifetimes,references that get instantaneously dereferenced and casts 2025-01-18 18:43:47 +01:00
pseudo.rs Remove trait Cursor 2025-01-11 17:19:25 +02:00
result.rs core: transaction support 2024-12-24 18:04:30 +01:00
schema.rs Remove unused Table::Index variant and unused Table methods 2025-01-11 17:07:30 +02:00
types.rs syntactic changes: use assert_eq!() instead of assert!() for equality comparisons 2025-01-18 18:37:50 +01:00
util.rs syntactic changes: remove unneeded paths when the type is already imported 2025-01-18 18:29:12 +01:00