achristmascarl / rainfrog

🐸 a database management tui for postgres
https://crates.io/crates/rainfrog
MIT License
2.86k stars 57 forks source link

bump deps, fix sqlite parsing #127

Closed achristmascarl closed 1 week ago

achristmascarl commented 1 week ago

EXPLAIN QUERY PLAN now works, closes #106


[!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 Ellipsis for df1db8ca9c1d6e08c1488947169a5a409333f191. It will automatically update as commits are pushed.

github-actions[bot] commented 1 week ago

Included in release v0.2.10