Skip to content

Releases: thecodingmachine/tdbm

v5.0.16

22 Nov 14:23
1a4666a

Choose a tag to compare

Bugfix:

  • #112 #109 Fixing error when sorting on columns from children tables in an inheritance relationship

v5.0.15

12 Sep 12:55
a78f102

Choose a tag to compare

Bugfix release

v5.0.14

12 Sep 11:31
9f0d39c

Choose a tag to compare

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
6fae482

Choose a tag to compare

Fixing potentially colliding cache keys between libraries. See #92

v5.0.12

17 May 13:29
86afc57

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

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