Skip to content

Releases: hschletz/NADA

1.2.4

02 Jun 15:11
Compare
Choose a tag to compare
  • The factory class is now instantiable, allowing it to be injected as a dependency of another class.

Full Changelog: v1.2.3...v1.2.4

1.2.3

23 Mar 18:09
Compare
Choose a tag to compare
  • Fix warning.

Full Changelog: v1.2.2...v1.2.3

1.2.2

10 Mar 17:50
Compare
Choose a tag to compare
  • Fix detection of date columns on SQLite.
  • Fix exception throwing.

1.2

28 Oct 18:02
Compare
Choose a tag to compare
1.2
  • Remove support for outdated DBAL.
  • Fix warnings.

1.1.5

01 Jan 11:38
Compare
Choose a tag to compare
  • Added direct Laminas-Db support (without relying on ZF compatibility layer).

1.1.4

07 Dec 18:33
Compare
Choose a tag to compare
  • Added method Database::renameTable().
  • Added method Table::dropIndex().

1.1.3

28 Oct 19:31
Compare
Choose a tag to compare

FIX: MySQL column defaults were parsed incorrectly.

1.1.2

18 May 10:52
Compare
Choose a tag to compare

FIX: altering MySQL table engine failed.

1.1.1

01 Oct 15:16
Compare
Choose a tag to compare

Fixed docblocks.

1.1

23 Sep 16:11
Compare
Choose a tag to compare
1.1

Added method Column::isDifferent().