Skip to content

Releases: arthurkushman/buildsqlx

Change BETWEEN and IS to pass through bindings

26 Feb 12:34
19821aa
Compare
Choose a tag to compare
v0.8.6

#88: Change BETWEEN and IS to pass through bindings (#89)

Fix Union/UnionAll methods

18 Aug 17:59
52ede01
Compare
Choose a tag to compare
v0.8.5

#36: Add coverage on Union/UnionAll + Time func in Schema, Fix bugs (…

Change errors from const strings to vars, DropIfExists to accept n+1 tbls

15 Aug 16:55
2bdb01a
Compare
Choose a tag to compare
Change errors from const strings to vars (#82)

* #81: Change errors from const strings to vars

* #81: Change DropIfExists to accept n+1 tbls, Refactor check errors in tests

Add nil type support for DML

14 Aug 15:19
9bb7037
Compare
Choose a tag to compare
#79: Add nil type support for DML (#80)

* #76: Add include keyword

* #79: Add nil data type on update + test

Add include stmt

03 Aug 16:41
714baad
Compare
Choose a tag to compare
v0.8.2

#76: Add include keyword (#77)

Add CONCURRENTLY statement to add indices without locking

23 Jul 17:52
a1d111e
Compare
Choose a tag to compare
70: Add CONCURRENTLY statement to add indices without locking (#75)

* #70: Add CONCURRENTLY statement to add indices without locking

* #70: Fix words glue

Add SchemaIfNotExists, IfExists/IfNotExists statements

21 Jul 16:36
c150d09
Compare
Choose a tag to compare
#71: Add SchemaIfNotExists, IfExists/IfNotExists statements (#74)

* #71: Add SchemaIfNotExists, IfExists/IfNotExists statements

* #71: Fix sequence

Escaping table names

06 Jul 19:02
5939386
Compare
Choose a tag to compare
v0.7.9

escaping table names (#68)

Add return err from Schema() in fn func(table *Table) error

15 Apr 15:15
Compare
Choose a tag to compare
v0.7.8

#66: Change readme for err from Schema() in fn func(table *Table) error

Add boolean type column creation ability

02 Apr 09:04
5443cb9
Compare
Choose a tag to compare
v0.7.7

#64: Add boolean column creation ability (#65)