Skip to content

Releases: beberlei/DoctrineExtensions

1.5.0

Choose a tag to compare

@derrabus derrabus released this 03 Mar 17:56
281f165

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@derrabus derrabus released this 05 Feb 21:49
249eab8

This release fixes compatibility with recent releases of Doctrine Lexer and DBAL.

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@stevelacey stevelacey released this 29 Nov 07:41
008f162
  • Add PHP 8.0 support
  • Add support for symfony/yaml ^5.0
  • Remove PHP 7.1 support
  • Remove Doctrine 2.6 testing via Travis

v1.2.9

Choose a tag to compare

@stevelacey stevelacey released this 02 Nov 10:59
53a71be
  • Add JSON_CONTAINS for MySQL (#354)
  • Add JSON_DEPTH for MySQL (#355)
  • Add JSON_LENGTH for MySQL (#356)

v1.2.8

Choose a tag to compare

@stevelacey stevelacey released this 01 Oct 05:17
  • Add DATE function for PostgreSQL (#353)

v1.2.3

Choose a tag to compare

@stevelacey stevelacey released this 25 Jul 15:11
Add makedate extension

v1.1.5: Optional second parameter (fmt) for Oracle TRUNC function + test. (#301)

Choose a tag to compare

@stevelacey stevelacey released this 26 Sep 16:19
Oracle TRUNC function fmt parameter is optional

v1.1.3

Choose a tag to compare

@stevelacey stevelacey released this 14 Jul 09:32
Add MySQL IS_IPV4_MAPPED/COMPAT functions

v1.0.21

Choose a tag to compare

@stevelacey stevelacey released this 27 Jan 07:05
Use assertInstanceOf

v1.0.20

Choose a tag to compare

@stevelacey stevelacey released this 01 Dec 10:03
Adding YearMonth function (#266)

Adding MySql YEARMONTH Function