Skip to content

Releases: go-rel/sqlite3

v0.11.0

28 Oct 13:27
4fc1d04
Compare
Choose a tag to compare

Changelog

  • Add support for autoincrement columns (#52)
  • Implement adapter Name and add Name constant (#53)

v0.10.0

05 Aug 09:54
08c1079
Compare
Choose a tag to compare

Changelog

  • fb976a0 Bump github.com/go-rel/sql from 0.13.0 to 0.13.1 (#43)
  • ad9ff14 Bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 (#42)
  • ed50905 Bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.17 (#47)
  • 01679d3 Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#41)
  • 83197a6 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#44)
  • 455c734 Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#45)
  • 08c1079 Bump go-rel/sql v0.14.0 (#48)

v0.9.0

23 Oct 14:02
907c77c
Compare
Choose a tag to compare

Changelog

  • 907c77c Bump rel v0.39.0 (#40)
  • d45378c Skip Alter ADD CONSTRAINT when changing the table schema (#39)

v0.8.0

20 Aug 14:26
6477937
Compare
Choose a tag to compare

Changelog

  • e1cb2ed Bump github.com/go-rel/rel from 0.37.0 to 0.38.0 (#36)
  • 062ba41 Bump github.com/mattn/go-sqlite3 from 1.14.14 to 1.14.15 (#37)
  • 6477937 Use static increment value (#38)

v0.7.0

03 Jul 06:54
badd5b8
Compare
Choose a tag to compare

Changelog

  • 0547f7e Bump github.com/go-rel/rel from 0.33.0 to 0.33.1 (#21)
  • 3f71728 Bump github.com/go-rel/rel from 0.33.1 to 0.34.0 (#24)
  • 65ca685 Bump github.com/go-rel/rel from 0.34.0 to 0.34.1 (#26)
  • c2bd379 Bump github.com/go-rel/rel from 0.34.1 to 0.35.0 (#27)
  • a2729b0 Bump github.com/go-rel/rel from 0.35.0 to 0.36.0 (#32)
  • b4bd790 Bump github.com/go-rel/sql from 0.9.0 to 0.9.1 (#22)
  • 7bdb0d8 Bump github.com/go-rel/sql from 0.9.1 to 0.10.0 (#25)
  • b5a3764 Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#23)
  • 8c1786e Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#28)
  • b08015d Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (#30)
  • 01e0e56 Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 (#31)
  • 199db48 Fix inorrect import the the README (#29)
  • badd5b8 Support JoinAssoc (#35)

v0.6.0

12 Mar 18:27
ba5d8a2
Compare
Choose a tag to compare

Changelog

  • db9cac2 Basic support for insert with on conflict (#19)
  • 6f68e0d Bump github.com/go-rel/rel from 0.30.0 to 0.31.0 (#16)
  • 6539e3b Bump github.com/go-rel/rel from 0.31.0 to 0.32.0 (#18)
  • d269790 Bump github.com/go-rel/sql from 0.7.0 to 0.8.0 (#17)
  • e241cb7 Bump github.com/mattn/go-sqlite3 from 1.14.9 to 1.14.10 (#14)
  • ba5d8a2 Update REL and SQL version (#20)

v0.5.0

14 Nov 09:40
5c83ebd
Compare
Choose a tag to compare

Changelog

5c83ebd Bump REL v0.30.0 (#13)
cb0de8d Bump github.com/go-rel/rel from 0.29.0 to 0.29.2 (#12)

v0.4.0

05 Nov 06:28
02dbe40
Compare
Choose a tag to compare

Changelog

02dbe40 Add support for column primary option (#11)
f705169 Bump github.com/go-rel/rel from 0.27.0 to 0.28.0 (#10)

v0.3.0

21 Oct 14:33
9b46ec0
Compare
Choose a tag to compare

Changelog

a7191ff Add .deepsource.toml (#7)
16cfa3c Bump github.com/go-rel/rel from 0.26.0 to 0.26.1 (#5)
fd8b751 Bump github.com/go-rel/rel from 0.26.1 to 0.27.0 (#8)
9be3fbf Bump github.com/go-rel/sql from 0.2.0 to 0.3.0 (#6)
9b46ec0 Bump github.com/go-rel/sql from 0.3.0 to 0.5.0 (#9)
a23073b Bump github.com/mattn/go-sqlite3 from 1.14.8 to 1.14.9 (#4)

v0.2.0

13 Oct 17:03
05c303c
Compare
Choose a tag to compare

Changelog

98e2e8c Add support for JSON column type (#2)
7af1182 Add support for partial indexes (#1)
05c303c Bump REL v0.26.0 and rel/sql v0.2.0 (#3)
aac1a02 Remove adapter type cast