go-sqlite3
go-sqlite3 copied to clipboard
v3.48.0 release
The new version contains some nice improvements like:
- Allow a two-argument version of the iif() SQL function. Also allow if() as an alternative spelling for iif().
- Increase the maximum number of arguments to an SQL function from 127 to 1000.
- Some performance optimizations in v3.47.0
Full list https://sqlite.org/releaselog/3_48_0.html
@mattn Do you need help here? I saw that your latest amalgation Update resulted in failing tests?
I'll update in later.