v0.8.4
This release of Kwil DB contains a fix to snapshot creation that could occur for records larger than 64kB, and a fix for a SQL parser bug that would prevent in-line expressions from being comparable (e.g. $1 is null
without an explicit typecast).
The parse/v0.2.4
tag for the parse
module accompanies this Kwil DB release.
What's Changed
- Fix a snapshot creation error with
bufio.Scanner
exceeding its line scan limit. This affected bothkwil-admin
, and the background statesync functionality inkwild
. (b3460a7) - Fix: in-line type assertions not being comparable. Actions using in-line statements with type casts for ambiguous types would not generate SQL properly. This would only occur when performing an expression (such as a comparison). Also fix a stack overflow when using the parse debugger tool via
kwil-cli
. (faf879e) - Prepare v0.8.4 (
version
package andgo.mod
update forparse
module) (2c71b80)
Full Changelog: v0.8.3...v0.8.4
Build
The provided application archives on this release are built with Go 1.22.5.