Skip to content

Releases: thecodingmachine/tdbm

v5.0.11

11 May 09:17
4ab5d1f

Choose a tag to compare

Adding compatibility with Symfony 4 components.

See #85

v5.0.10

02 May 11:33
780f53a

Choose a tag to compare

Fixes mapping of decimal type to string.
See #81 and #83

v5.0.9

02 May 10:14
9b92585

Choose a tag to compare

Bugfix release. Fixes Weakref issues when garbage collector is triggered during weakref usage.

See #82 and #80.

v5.0.8

11 Apr 09:59
bf2e61f

Choose a tag to compare

  • 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
5b1bce5

Choose a tag to compare

  • 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
7b934b7

Choose a tag to compare

  • #71: Adds proper support for BLOB and BINARY types

Bugfix release

14 Feb 14:36
407537c

Choose a tag to compare

  • #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
4eeaf6b

Choose a tag to compare

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
d1f3b32

Choose a tag to compare

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
f0f2c4e

Choose a tag to compare

Improved error message when generating a beans and daos on a table that does not have any primary key (#53 #54)