Releases: loilo-inc/exql
Releases · loilo-inc/exql
v1.7.0
fix: JSON type columns are now mapped to null.JSON (#17)
v1.6.0
feat: Add support for json field in mysql 5.7. (#16)
v1.5.1
fix: Add support microseconds precision for time, datetime, timestamp…
v1.5.0
feat: added InsertContext and UpdateContext (#14)
v1.4.1
feat: recover and rollback on panic during transaction (#13)
v1.2.0
feat: db.Transaceion() (#9)
v1.1.1
fix: wrap field name for insert query (#8)
v1.1.0
fix: return ErrRecordNotFound when record is not found when Map, MapM…