Releases: thecodingmachine/tdbm
Releases · thecodingmachine/tdbm
v5.0.13
v5.0.12
v5.0.11
v5.0.10
v5.0.9
v5.0.8
Bugfix and improvements
Bugfix release
- #71: Adds proper support for BLOB and BINARY types
Bugfix release
- #68 Fixing bug when saving a new bean pointing to a modified bean (if modification introduces a pointer to yet another bean)
Bugfix release
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