Skip to content

Releases: thecodingmachine/database.tdbm

v5.3.0

01 Dec 17:46
Compare
Choose a tag to compare

v5.1.0

08 Aug 10:17
Compare
Choose a tag to compare

This release matches TDBM 5.1 release.
See release notes

v3.4.4

21 Jun 14:05
38dd8e5
Compare
Choose a tag to compare

Bugfix release

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

Initial v5.0 release

03 Aug 13:38
Compare
Choose a tag to compare

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

Fixing PSR-2 compliance in generated code

17 Mar 15:59
Compare
Choose a tag to compare

Minor improvement

22 Feb 14:34
Compare
Choose a tag to compare

Improves PHP doc in TDBMService

Minor improvement

25 Jan 09:30
Compare
Choose a tag to compare

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

Bugfix release

12 Jan 16:48
Compare
Choose a tag to compare

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

25 Nov 12:23
Compare
Choose a tag to compare

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

27 Sep 15:01
Compare
Choose a tag to compare

Strengthening the checks in ORDER BY clause.