Skip to content

C FFI v0.14.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 20:39
3fa2d9b

Prebuilt libsqlrite_c for every supported platform, plus the sqlrite.h header.

Download the tarball for your platform, extract, and link:

tar xzf sqlrite-ffi-v0.14.0-<platform>.tar.gz
# lib/   — dynamic + static libraries
# include/sqlrite.h — header to #include

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-ffi-v0.14.0