Skip to content

Releases: jackalope/jackalope-doctrine-dbal

1.3.5

23 Oct 12:15
@dbu dbu
be54135
Compare
Choose a tag to compare

Fixed

  • [query builder] fix nested joins where clause generation

1.3.4

28 Aug 07:59
@dbu dbu
1.3.4
Compare
Choose a tag to compare
  • Use defaultTableOptions to detect collate of database connection, if available

1.3.3

18 Jan 13:37
@dbu dbu
1.3.3
Compare
Choose a tag to compare
  • Use platform expression for concatenating
  • Fix return type of CachedClient::getNamespaces

1.3.2

29 Jan 14:42
@dbu dbu
1.3.2
Compare
Choose a tag to compare
  • Use shorter indexes when using the MySQL encoding utf8mb4

1.3.1

22 Nov 15:04
@dbu dbu
1.3.1
d260794
Compare
Choose a tag to compare
  • Support PHP 7.2
  • Allow Symfony 4

1.3.0

07 Apr 11:20
@dbu dbu
Compare
Choose a tag to compare
  • 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

09 Jun 06:38
@dbu dbu
Compare
Choose a tag to compare
  • fixed bug when moving a node that has similar-named siblings

1.2.7

25 Apr 06:12
@dbu dbu
Compare
Choose a tag to compare
  • fixed multivalue queries of numeric fields
  • fixed date values in query results

1.2.6

25 Mar 13:30
@dbu dbu
Compare
Choose a tag to compare
  • fix cache client to work with memcached
  • support for nested joins from jackalope/jackalope

1.2.5

22 Jan 14:55
@dbu dbu
Compare
Choose a tag to compare
  • fixed handling of custom property definitions #313