Releases: arthurkushman/buildsqlx
Releases · arthurkushman/buildsqlx
Change BETWEEN and IS to pass through bindings
v0.8.6 #88: Change BETWEEN and IS to pass through bindings (#89)
Fix Union/UnionAll methods
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
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
#79: Add nil type support for DML (#80) * #76: Add include keyword * #79: Add nil data type on update + test
Add include stmt
v0.8.2 #76: Add include keyword (#77)
Add CONCURRENTLY statement to add indices without locking
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
#71: Add SchemaIfNotExists, IfExists/IfNotExists statements (#74) * #71: Add SchemaIfNotExists, IfExists/IfNotExists statements * #71: Fix sequence
Escaping table names
v0.7.9 escaping table names (#68)
Add return err from Schema() in fn func(table *Table) error
v0.7.8 #66: Change readme for err from Schema() in fn func(table *Table) error
Add boolean type column creation ability
v0.7.7 #64: Add boolean column creation ability (#65)