Releases: thecodingmachine/tdbm
Releases · thecodingmachine/tdbm
v5.0.16
22 Nov 14:23
Compare
Sorry, something went wrong.
No results found
Bugfix:
#112 #109 Fixing error when sorting on columns from children tables in an inheritance relationship
v5.0.15
12 Sep 12:55
Compare
Sorry, something went wrong.
No results found
v5.0.14
12 Sep 11:31
Compare
Sorry, something went wrong.
No results found
Bugfix release:
#102 Fixing behaviour of primary keys with multiple columns and a foreign key in the columns.
v5.0.13
13 Jun 08:23
Compare
Sorry, something went wrong.
No results found
Fixing potentially colliding cache keys between libraries. See #92
v5.0.12
17 May 13:29
Compare
Sorry, something went wrong.
No results found
Bugfix release:
UPDATEs are now performed only on modified columns. See #90 . Fixes #89 .
v5.0.11
11 May 09:17
Compare
Sorry, something went wrong.
No results found
Adding compatibility with Symfony 4 components.
See #85
v5.0.10
02 May 11:33
Compare
Sorry, something went wrong.
No results found
Fixes mapping of decimal type to string.
See #81 and #83
v5.0.9
02 May 10:14
Compare
Sorry, something went wrong.
No results found
Bugfix release. Fixes Weakref issues when garbage collector is triggered during weakref usage.
See #82 and #80 .
v5.0.8
11 Apr 09:59
Compare
Sorry, something went wrong.
No results found
Improving code quality (better typing) #75 #76
Improving exception message when requesting a non existing primary key #79
Bugfix and improvements
17 Mar 07:05
Compare
Sorry, something went wrong.
No results found
Fixing queries generated by indexes when a foreign key was involved: #73
Adding PHPStan and starting fixing issues, mostly related to PHPDoc and type-hints #74