Skip to content

Latest commit

 

History

History
129 lines (48 loc) · 4.79 KB

CHANGELOG.md

File metadata and controls

129 lines (48 loc) · 4.79 KB

2.2.0 (2021-09-21)

Bug Fixes

  • Removing unexisting MySQL option "before" (b1295ab)

Features

  • Adds "AFTER" constraint at createColumnConstraint (c648049)
  • Adds "BEFORE" constraint at createColumnConstraint (f61842d)
  • Utilise mysql2 package instead of mysql (79ccece)

2.1.2 (2020-12-26)

2.1.1 (2020-03-04)

Bug Fixes

  • kv: escape kv methods properly (e16c59b)

2.1.0 (2019-12-11)

Features

  • tableoptions: add support for table options (240da5e)
  • test: start migrating to lab as a testing framework (113682f)

2.0.0 (2019-12-11)

Bug Fixes

  • database: Allow specifying migration tables with their database name prepended (dd9c111)
  • escaping: join rather than pass array to util format (7053c78)
  • escaping: revert #17 and adjust comments to modern js (dbf2380)
  • test: adjust test to new return values (ef92da7)

Features

  • column constraint: added precision support for current_timestamp (43e40bd)
  • comment: Add comment spec for columns (d1af925), closes #558
  • comment: Add comment spec for columns (b7297d6), closes #558
  • data-types: add support for decimal precision and range options (336743f)

1.1.10 (2016-10-17)

Bug Fixes

  • ai: do no omit auto increment on missing unique or pr spec (be9bbec)

1.1.9 (2016-10-13)

1.1.8 (2016-10-13)

Bug Fixes

  • foreignKey: check if options object exists first (5b739f6)

Features

  • tests: move tests into the repo of the driver (1cd2f64)

1.1.7 (2016-05-25)

Bug Fixes

  • scopes: use all instead of runSql in switchDatabase (b45d1f1), closes #5

1.1.6 (2016-02-05)

1.1.5 (2016-02-03)

Bug Fixes

  • upstream: bump upstream package to fix dropTable bug (bd1a4cd)

1.1.4 (2016-01-27)

Bug Fixes

  • dependency: upgrade to work properly with the main module again (2a9a0f6)

1.1.3 (2015-09-16)

1.1.2 (2015-09-10)

1.1.1 (2015-09-08)