Releases: thecodingmachine/tdbm
Releases · thecodingmachine/tdbm
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
Bugfix release
15 Mar 15:02
Compare
Sorry, something went wrong.
No results found
#71 : Adds proper support for BLOB and BINARY types
Bugfix release
14 Feb 14:36
Compare
Sorry, something went wrong.
No results found
#68 Fixing bug when saving a new bean pointing to a modified bean (if modification introduces a pointer to yet another bean)
Bugfix release
07 Feb 12:45
Compare
Sorry, something went wrong.
No results found
Fixes:
#63 : handling of foreign keys pointing on non primary keys
#64 : improving generated docblocks
#65 : propagate errors in case of cache issues (useful to detect performance issues on CLI when APCu is not enabled)
#66 : fixing DISTINCT queries handling in findFromRawSql
#67 : fixing count result of DISTINCT queries handling in findFromRawSql
Bugfix release
18 Dec 09:57
Compare
Sorry, something went wrong.
No results found
Fixing:
#60 Problem with nested result sets in foreach loops
#61 Cloning beans with UUID
#62 Count now casted as integer instead of string
Improved error messages
06 Dec 09:22
Compare
Sorry, something went wrong.
No results found
Improved error message when generating a beans and daos on a table that does not have any primary key (#53 #54 )