|
benches
|
cargo clippy --fix --allow-dirty && cargo fmt
|
2024-09-15 09:35:39 +03:00 |
|
io
|
Autofix clippy issues with cargo fix --clippy
|
2024-11-24 20:24:47 +02:00 |
|
json
|
btree: run until finished or IO + bug fixes
|
2024-11-11 17:03:15 +01:00 |
|
storage
|
Clippy warning fixes
|
2024-11-24 20:24:47 +02:00 |
|
vdbe
|
Remove 'cursor_hint': it is never needed
|
2024-11-26 17:31:51 +02:00 |
|
Cargo.toml
|
vendor sqlite3-parser (lemon-rs)
|
2024-11-16 20:08:59 +02:00 |
|
error.rs
|
core: constraint check uniqueness
|
2024-09-20 11:45:55 +02:00 |
|
function.rs
|
implement CAST(col as type)
|
2024-11-17 22:12:22 +02:00 |
|
pseudo.rs
|
impl order by desc
|
2024-11-19 11:39:07 +08:00 |
|
schema.rs
|
GROUP BY and ORDER BY mostly work
|
2024-11-26 17:31:51 +02:00 |
|
types.rs
|
impl order by desc
|
2024-11-19 11:39:07 +08:00 |
|
util.rs
|
create btree table + parse schema
|
2024-11-16 16:24:28 +01:00 |