v0.14.0
SQL
- Add more math functions by @jhchabran in #421
- Parse blob literal by @asdine in #423
- Add
typeof
function by @asdine in bba4c0a - Handle integer conversion errors by @jhchabran in #425
- Add support for scientific notation for doubles by @asdine in d3b81ad
- Parse optional parentheses on DEFAULT clause by @asdine in 1654f35
- Add support for UNION by @asdine in 412d300
- Add support for CHECK by @asdine in #436
- Add support for composite primary keys by @asdine in 8983d68
CLI
- Add
bench
command by @asdine in 74603aa - Fix .indexes command when transaction is active by @asdine in d5fd879
Other
- Improve failures readability when testing exprs by @jhchabran in #426
- Add support for transient databases by @asdine in a45d2c1
- Improved planner logic by @asdine in #428
- Add errors package with optional stacktrace capturing by @jhchabran in #431
- Refactor to handle errors with internal/errors by @jhchabran in #432
- Parse path fields with brackets by @asdine in cfdb784
- Fixed filling index types when loading indices from existing db by @KudinovKV in #434
- Use same tree structure for both tables and indexes by @asdine (
⚠️ Breaking change) in a7309a7 - Fix goacc and CI by @asdine in #435
New Contributors
- @KudinovKV made their first contribution in #434
Full Changelog: v0.13.0...v0.14.0