Skip to content

Releases: hschletz/NADA

1.3.1

01 Mar 11:32

Choose a tag to compare

  • Support timestamp columns with SQLite.

Full Changelog: v1.3...v1.3.1

1.3

21 Feb 17:47

Choose a tag to compare

1.3
  • Compatible with PHP 8.4.
  • Dropped support for PHP < 8.1.
  • Added typehints and return types to some method signatures.

Full Changelog: v1.2.4...v1.3

1.2.4

02 Jun 15:11

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

Choose a tag to compare

  • Fix warning.

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

1.2.2

10 Mar 17:50

Choose a tag to compare

  • Fix detection of date columns on SQLite.
  • Fix exception throwing.

1.2.1

11 Feb 11:15

Choose a tag to compare

  • Prevent DDL statements in transactions on MySQL.
  • Fix warning on PHP 8.2

Full Changelog: v1.2...v1.2.1

1.2

28 Oct 18:02

Choose a tag to compare

1.2
  • Remove support for outdated DBAL.
  • Fix warnings.

1.1.5

01 Jan 11:38

Choose a tag to compare

  • Added direct Laminas-Db support (without relying on ZF compatibility layer).

1.1.4

07 Dec 18:33

Choose a tag to compare

  • Added method Database::renameTable().
  • Added method Table::dropIndex().

1.1.3

28 Oct 19:31

Choose a tag to compare

FIX: MySQL column defaults were parsed incorrectly.