Skip to content

Releases: Recras/doctrine1

PHP 8.4 compatibility

06 Dec 10:38
dff4c17
Compare
Choose a tag to compare
Merge pull request #60 from Recras/php84

PHP 8.4 compatibility

v1.5.30

28 Oct 12:42
Compare
Choose a tag to compare

Full Changelog: v1.5.29...v1.5.30

correct handling of unsetting relations and setting new not yet saved relations

01 Oct 14:49
Compare
Choose a tag to compare
v1.5.29

correct handling of unsetting relations and setting new not yet saved…

better handling of int and setting of null values

27 Sep 13:28
Compare
Choose a tag to compare
v1.5.28

better handling of int/integer and support setting null on |null columns

v1.5.27

25 Sep 13:20
Compare
Choose a tag to compare

fix bug with casting decimal to float in builder, just let it be a string

more type casting types

25 Sep 10:38
Compare
Choose a tag to compare
v1.5.26

enforce int on incremented

support first typecasting to enforce column type

13 Sep 09:33
Compare
Choose a tag to compare
v1.5.25

first support for typecasting to enable always correct format of data…

Generate better annotation inside Base files

12 Jun 12:40
Compare
Choose a tag to compare
v1.5.24

no need to intersect iterable with Doctrine_Collection

More annotation fixes

12 Jun 12:02
Compare
Choose a tag to compare
v1.5.23

more annotation fixes

Updated generic definitions

12 Jun 09:48
Compare
Choose a tag to compare
v1.5.22

Merge branch 'master' of https://github.com/Recras/doctrine1