Rust engine v0.14.0
Published to crates.io: https://crates.io/crates/sqlrite-engine/0.14.0
[dependencies]
sqlrite-engine = "0.14.0"// The [lib] name stays `sqlrite`, so the import alias is
// the short one even though the package name is longer.
use sqlrite::{Database, ExecutionResult};See the umbrella release v0.14.0 for the full changelog.
What's Changed
- docs(release): bump displayed version to 0.13.0 (site + install snippets) by @joaoh82 in #163
- feat(sql): aggregates / GROUP BY / DISTINCT / HAVING over JOIN results (SQLR-6) by @joaoh82 in #164
- chore(playground): refresh vendored WASM bundle with SQLR-6 engine by @joaoh82 in #165
- fix(sql): error on unknown columns in single-table scope (SQLR-2) by @joaoh82 in #166
- fix(sql): validate table qualifiers in single-table scope (SQLR-14) by @joaoh82 in #167
- fix(sql): validate table qualifiers in FTS function column args (SQLR-15) by @joaoh82 in #168
- Release v0.14.0 by @github-actions[bot] in #169
Full Changelog: sdk/go/v0.13.0...sqlrite-v0.14.0