Skip to content

Releases: coldbox-modules/qb

v5.4.0

16 Apr 21:36
Compare
Choose a tag to compare

feat

  • AutoDiscover: Allow for runtime discovery (700948a)

other

v5.3.1

28 Mar 22:12
Compare
Choose a tag to compare

fix

  • ModuleConfig: Fix logic for determining CommandBox vs ColdBox environment (5c66466)

other

v5.3.0

26 Mar 16:16
Compare
Choose a tag to compare

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

14 Mar 03:18
Compare
Choose a tag to compare

fix

  • QueryBuilder: Preserve returnFormat when creating a new builder (4538947)

other

v5.2.0

12 Mar 21:33
Compare
Choose a tag to compare

feat

  • Grammar: Added official support for MSSQL, Oracle, and Postgres. (#34) (733dae3)

other

v5.1.2

20 Feb 07:00
Compare
Choose a tag to compare

other

perf

  • QueryBuilder: Replace normalizeToArray with simpler Array check (d54bcce)
  • BaseGrammar: Avoid isInstanceOf in wrapColumn (15042ce)

v5.1.1

19 Feb 18:04
Compare
Choose a tag to compare

fix

  • MySQLGrammar: Default to CURRENT_TIMESTAMP for timestamp columns (#32) (680750a)

other

v5.1.0

16 Feb 22:24
Compare
Choose a tag to compare

feat

  • SchemaBuilder: Add dropAllObjects action. (#31) (c3e23b5)

other

v5.0.3

16 Feb 21:10
Compare
Choose a tag to compare

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

06 Sep 01:18
Compare
Choose a tag to compare

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