Releases: jackalope/jackalope-doctrine-dbal
Releases · jackalope/jackalope-doctrine-dbal
1.3.6
- Fix multiple nested joins
- Fix ordering of namespaced children
1.3.5
Fixed
- [query builder] fix nested joins where clause generation
1.3.4
- Use
defaultTableOptions
to detect collate of database connection, if available
1.3.3
- Use platform expression for concatenating
- Fix return type of CachedClient::getNamespaces
1.3.2
- Use shorter indexes when using the MySQL encoding utf8mb4
1.3.1
- Support PHP 7.2
- Allow Symfony 4
1.3.0
- upgraded to PHP 5.6 / 7
- bugfix #339 fix datetime comparison with different timezones
- bugfix #337 Added auto-detection of binary collation for MySQL, so that not always utf8_bin is used.
A new setCaseSensitiveEncoding
method has been introduced, which can be used to override
the auto detected value.
- performance #336 better custom node type loading
- bugfix #333 keep sort order when clone/copying a node
1.2.8
- fixed bug when moving a node that has similar-named siblings
1.2.7
- fixed multivalue queries of numeric fields
- fixed date values in query results
1.2.6
- fix cache client to work with memcached
- support for nested joins from jackalope/jackalope