Releases: thecodingmachine/database.tdbm
Releases · thecodingmachine/database.tdbm
v5.3.0
Full Changelog: v5.1.0...v5.3.0
v5.1.0
This release matches TDBM 5.1 release.
See release notes
v3.4.4
Initial v5.0 release
This package is not only a Mouf installer.
TDBM classes have been moved to thecodingmachine/tdbm package.
Fixing PSR-2 compliance in generated code
Minor improvement
Improves PHP doc in TDBMService
Minor improvement
Adding @internal annotation to bean->save().
This helps the developers to remember they should use the dao->save method instead.
Bugfix release
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
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)
- Result sets can now be sorted "a posteriori" (with the
Minor changes:
A lot of bugfixes and improved code coverage
Security release
Strengthening the checks in ORDER BY clause.