Releases: oroinc/doctrine-extensions
Releases · oroinc/doctrine-extensions
2.0.5
3.0-alpha4
What's Changed
- Compatibility with Doctrine ORM 3.0 minimum by @monpetitplacement and @Gwemox in #99
Full Changelog: 3.0-alpha3...3.0-alpha4
Dependencies update
- locked doctrine/lexer to versions lower that 3
3.0-alpha3
What's Changed
- Set requirement for doctrine/lexer by @alexander-schranz in #96
New Contributors
- @alexander-schranz made their first contribution in #96
Full Changelog: 3.0-alpha2...3.0-alpha3
Autorize doctrine/dbal v3
Updated composer.json
Initial 3.0 alpha release
In this release will be introduced compatibility with latest versions of Doctrine
Moved to latest PHPUnit
Dependencies update
- added support of UUID to CAST
- updated dependencies
Add support for bigint to cast function
For reference, https://dev.mysql.com/doc/refman/5.6/en/cast-functions.html https://dev.mysql.com/doc/refman/5.7/en/cast-functions.html https://dev.mysql.com/doc/refman/8.0/en/cast-functions.html https://www.postgresql.org/docs/12/sql-expressions.html#SQL-SYNTAX-TYPE-CASTS https://www.postgresql.org/docs/9.1/datatype-numeric.html
Fixed DATE_FORMAT for PHP 8
Fixed Issue #78 Error when using DATE_FORMAT when used with PHP 8
Fixed DATE_FORMAT for PHP 8
Fixed Issue #78 Error when using DATE_FORMAT when used with PHP 8