Skip to content

Releases: thecodingmachine/tdbm

v5.0.13

13 Jun 08:23
6fae482
Compare
Choose a tag to compare

Fixing potentially colliding cache keys between libraries. See #92

v5.0.12

17 May 13:29
86afc57
Compare
Choose a tag to compare

Bugfix release:

  • UPDATEs are now performed only on modified columns. See #90. Fixes #89.

v5.0.11

11 May 09:17
4ab5d1f
Compare
Choose a tag to compare

Adding compatibility with Symfony 4 components.

See #85

v5.0.10

02 May 11:33
780f53a
Compare
Choose a tag to compare

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

v5.0.9

02 May 10:14
9b92585
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • #71: Adds proper support for BLOB and BINARY types

Bugfix release

14 Feb 14:36
407537c
Compare
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
Compare
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