Skip to content

Releases: loilo-inc/exql

v1.7.0

25 Jan 04:58
1616f20
Compare
Choose a tag to compare
fix: JSON type columns are now mapped to null.JSON (#17)

v1.6.0

20 Nov 08:46
b29e3fb
Compare
Choose a tag to compare
feat: Add support for json field in mysql 5.7. (#16)

v1.5.1

14 Oct 12:29
ec6147b
Compare
Choose a tag to compare
fix: Add support microseconds precision for time, datetime, timestamp…

v1.5.0

15 Sep 02:24
b69fad4
Compare
Choose a tag to compare
feat: added InsertContext and UpdateContext (#14)

v1.4.1

10 May 05:30
677aeaf
Compare
Choose a tag to compare
feat: recover and rollback on panic during transaction (#13)

v1.4.0

09 May 16:28
8b5dcb0
Compare
Choose a tag to compare
feat: NewDB() (#12)

v1.3.0

08 May 11:47
711c24b
Compare
Choose a tag to compare
feat: SetDB() (#11)

v1.2.0

01 May 10:07
8e52371
Compare
Choose a tag to compare
feat: db.Transaceion() (#9)

v1.1.1

01 May 09:06
09fc115
Compare
Choose a tag to compare
fix: wrap field name for insert query (#8)

v1.1.0

30 Apr 07:46
bf2c85a
Compare
Choose a tag to compare
fix: return ErrRecordNotFound when record is not found when Map, MapM…