Skip to content

Releases: thecodingmachine/database.tdbm

Tagging first stable release on the 4.0 branch

14 Jun 12:50
Compare
Choose a tag to compare

After several months of work, TDBM 4 is finally deemed stable!
A big thanks to all the team who tested it thoroughly.

Link to the release announcement

Adding logging capabilities

28 Apr 17:06
Compare
Choose a tag to compare
Pre-release

with a new PSR-3 logger that can be natively throttled

Bugfix release

27 Apr 15:13
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release

Fixing bug in findFromSql method

Adding support for special JOINs

27 Apr 13:07
Compare
Choose a tag to compare
Pre-release

through the findFromSql function that let's users add custom JOIN clauses.

Fixing setting datetime/casted types to null

22 Apr 11:51
Compare
Choose a tag to compare

Fixes non protected column names

14 Apr 09:02
Compare
Choose a tag to compare
Pre-release

and changes cache mechanism to support installs that have no APC

Bugfix release

05 Apr 10:17
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release
Merge pull request #79 from marcteyssier/4.0

Fix cache pivot table

Fixing json encoding of maps

30 Mar 14:37
Compare
Choose a tag to compare
Pre-release
Merge pull request #78 from nguyenk/4.0

fixing map iterator json_encode()

Fixing setting foreign keys to null

23 Mar 09:34
Compare
Choose a tag to compare
Pre-release
Merge pull request #74 from nguyenk/4.0

fixing cascade bugs on saving a bean with null FKs

Allow setting a nullable FK to null

22 Mar 17:00
Compare
Choose a tag to compare
Pre-release
Merge pull request #73 from moufmouf/4.0

 	Fixing the ability to set a column to null