Closed achristmascarl closed 1 week ago
EXPLAIN QUERY PLAN now works, closes #106
EXPLAIN QUERY PLAN
[!IMPORTANT] Fix SQLite parsing for EXPLAIN QUERY PLAN and update dependencies in Cargo.toml and Cargo.lock. SQLite Parsing: Fix parsing for EXPLAIN QUERY PLAN in sqlite.rs, enabling previously failing test cases. Dependencies: Update anyhow to 1.0.93, chrono-tz to 0.10.0, sqlparser to 0.52.0, and vergen to 9.0.1 in Cargo.toml. Add vergen-git2 as a build dependency in Cargo.toml. Update Cargo.lock to reflect dependency changes, including adding crossbeam-deque, darling, derive_builder, jobserver, libgit2-sys, libz-sys, phf, rayon, rustc_version, siphasher, sysinfo, and windows. Remove unused dependencies such as arc-swap, bstr, clru, dunce, faster-hex, filetime, futures-sink, futures-task, futures-util, gix, memmap2, prodash, same-file, sha1_smol, unicode-bom, and walkdir from Cargo.lock. Build Script: Update build.rs to use anyhow for error handling and configure build with vergen_git2. This description was created by for df1db8ca9c1d6e08c1488947169a5a409333f191. It will automatically update as commits are pushed.
[!IMPORTANT] Fix SQLite parsing for EXPLAIN QUERY PLAN and update dependencies in Cargo.toml and Cargo.lock.
Cargo.toml
Cargo.lock
sqlite.rs
anyhow
1.0.93
chrono-tz
0.10.0
sqlparser
0.52.0
vergen
9.0.1
vergen-git2
crossbeam-deque
darling
derive_builder
jobserver
libgit2-sys
libz-sys
phf
rayon
rustc_version
siphasher
sysinfo
windows
arc-swap
bstr
clru
dunce
faster-hex
filetime
futures-sink
futures-task
futures-util
gix
memmap2
prodash
same-file
sha1_smol
unicode-bom
walkdir
build.rs
vergen_git2
This description was created by for df1db8ca9c1d6e08c1488947169a5a409333f191. It will automatically update as commits are pushed.
Included in release v0.2.10
EXPLAIN QUERY PLAN
now works, closes #106