Changelog for beam-sqlite-0.5.0.0
0.5.0.0
=======
Interface changes
- Removed instances for machine-dependent ambiguous integer types
IntandWord
Added features
- Support for
in_on row values - Upsert support using
HasInsertOnConflict - Fix build on Android and OpenBSD
Bug fixes
- Fix emitting and detection of
DECIMALandDOUBLE PRECISIONtypes - Fix
bitLength,charLength_, andoctectLength_by emulating withCASTandLENGTH - Fix
runInsertReturningListfor when the database column order and beam column order disagree.
0.4.0.0
0.3.2.0
Add Semigroup instances to prepare for GHC 8.4 and Stackage nightly
0.3.1.0
Add runBeamSqlite and runBeamSqliteDebug functions
0.3.0.0
- Re-introduce backend parameter to
Databaseclass
0.2.0.0
First split of sqlite backend from main beam package