Skip to content

Releases: baraja-core/doctrine

Add PHP 8 attributes support

13 Jul 19:51
Compare
Choose a tag to compare

Implement a custom Annotation driver for support PHP 8 Attributes and old comment DOC block annotations in the same project.

Related article: https://www.doctrine-project.org/2021/05/24/orm2.9.html

Attributes support: doctrine/orm#8266

Most helpful comment: https://stackoverflow.com/a/68186091/9183782

SlowQuery can fail.

09 Jul 13:36
Compare
Choose a tag to compare
v3.3.1

Slow Query: table not exist

EntityManager methods flush(), remove(), persist() and addEventListener() should return void.

07 Jul 12:12
2732032
Compare
Choose a tag to compare
v3.3.0

EntityManager: Add phpstan-return void typehint (compatibility with D…

v3.2.3

07 Jul 08:15
d1c9b2e
Compare
Choose a tag to compare
SQLite3Cache: Fix codestyle.

v3.2.2

25 Jun 11:01
68778ff
Compare
Choose a tag to compare
AbstractLogger: End event in case of first read.

v3.2.1

23 Jun 10:37
Compare
Choose a tag to compare
ApcuCache: Fix compatibility $lifeTime.

[BC BREAK] Compatibility with Doctrine 2.9

23 Jun 10:28
Compare
Choose a tag to compare

BC Break: The argument of flush() must be always empty.

v3.1.0

03 Jun 07:55
70486e1
Compare
Choose a tag to compare
Extension: Add custom type: Better debug info.

v3.0.6

11 May 09:18
Compare
Choose a tag to compare
Remove SmartObject.

Fix compatibility with new Doctrine

02 Apr 09:05
3c04b86
Compare
Choose a tag to compare
v3.0.5

Extractor: Fix codestyle.