Releases: coldbox-modules/qb
Releases · coldbox-modules/qb
v5.4.0
feat
- AutoDiscover: Allow for runtime discovery (700948a)
other
v5.3.1
fix
- ModuleConfig: Fix logic for determining CommandBox vs ColdBox environment (5c66466)
other
v5.3.0
chore
- README: Update references to elpete to coldbox-modules (bc7c99c)
feat
- ModuleConfig: Auto discover grammar by default. (b2347ae)
fix
- ModuleConfig: Add PostgresGrammar alias to WireBox (eca03f0)
other
v5.2.1
fix
- QueryBuilder: Preserve returnFormat when creating a new builder (4538947)
other
v5.2.0
feat
- Grammar: Added official support for MSSQL, Oracle, and Postgres. (#34) (733dae3)
other
v5.1.2
other
perf
- QueryBuilder: Replace normalizeToArray with simpler Array check (d54bcce)
- BaseGrammar: Avoid isInstanceOf in wrapColumn (15042ce)
v5.1.1
fix
- MySQLGrammar: Default to CURRENT_TIMESTAMP for timestamp columns (#32) (680750a)
other
v5.1.0
feat
- SchemaBuilder: Add dropAllObjects action. (#31) (c3e23b5)
other
v5.0.3
chore
- build: Enable commandbox-semantic-release (0fe689f)
errors
- schema: Better error message when passing in a TableIndex to create column (f91a3f7)
other
- *: Updated API Docs (dfd9510)
- *: Update references from Builder to QueryBuilder (632e697)
- *: Updated API Docs (8325db5)
v4.0.1
New docs are available! (Thanks, @BluewaterSolutions!) Read them at GitBook.
- Lists can be passed to
whereIn
exists
should work across Grammars
insert
now only gets passed the insert
bindings instead of all bindings