Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Releases: thecodingmachine/database.tdbm

v5.3.0

Choose a tag to compare

@homersimpsons homersimpsons released this 01 Dec 17:46

Full Changelog: v5.1.0...v5.3.0

v5.1.0

Choose a tag to compare

@moufmouf moufmouf released this 08 Aug 10:17

This release matches TDBM 5.1 release.
See release notes

v3.4.4

Choose a tag to compare

@moufmouf moufmouf released this 21 Jun 14:05
38dd8e5

Bugfix release

Fix bug when ordering while using a hintpath. See #156

Initial v5.0 release

Choose a tag to compare

@moufmouf moufmouf released this 03 Aug 13:38

This package is not only a Mouf installer.
TDBM classes have been moved to thecodingmachine/tdbm package.

Fixing PSR-2 compliance in generated code

Choose a tag to compare

@moufmouf moufmouf released this 17 Mar 15:59

See #136

Minor improvement

Choose a tag to compare

@npeguin npeguin released this 22 Feb 14:34

Improves PHP doc in TDBMService

Minor improvement

Choose a tag to compare

@moufmouf moufmouf released this 25 Jan 09:30

Adding @internal annotation to bean->save().
This helps the developers to remember they should use the dao->save method instead.

Bugfix release

Choose a tag to compare

@moufmouf moufmouf released this 12 Jan 16:48

Fixes a coherency bug in tables with multiple primary keys itself triggered by a problem of data type casting in primary keys.

Enhanced result sets

Choose a tag to compare

@moufmouf moufmouf released this 25 Nov 12:23

Major changes:

  • More powerful result sets
    • Result sets can now be sorted "a posteriori" (with the withOrder method)
    • Result sets can now be parametrized "a posteriori" (with the withParameters method)

Minor changes:

A lot of bugfixes and improved code coverage

Security release

Choose a tag to compare

@moufmouf moufmouf released this 27 Sep 15:01

Strengthening the checks in ORDER BY clause.