Skip to content

Tags: burggraf/pgqt

Tags

v0.8.0

Toggle v0.8.0's commit message
docs: correct binary size estimates to ~12MB for default build

v0.7.2

Toggle v0.7.2's commit message
Fix rbac_tests: update GRANT assertion to use INSERT OR IGNORE

v0.7.0

Toggle v0.7.0's commit message
Update Cargo.lock version metadata

v0.6.2

Toggle v0.6.2's commit message
fix: restore is_jsonb_expression functions with #[allow(dead_code)]

- Added back is_jsonb_expression() and is_jsonb_contains_operation()
- Marked with #[allow(dead_code)] to suppress warnings
- Fixes broken tests

v0.6.0

Toggle v0.6.0's commit message
Remove Windows builds from main release workflow, add separate Window…

…s workflow

Windows builds have additional compatibility issues:
- Uses Unix-specific APIs (std::os::unix::io::AsRawFd) for output redirection
- pg_parse C library doesn't compile on Windows

Changes:
- Removed Windows targets from release.yml
- Created release-windows.yml for separate Windows builds
- Fixed parser.rs warnings by conditionally importing Context trait
- Windows builds use --no-default-features (no plpgsql support)