Skip to content

Releases: oroinc/doctrine-extensions

Apply PSR2 standard

17 Feb 16:39
Compare
Choose a tag to compare
1.1.1

Merge branch '1.0' into 1.1

Apply PSR2 standard

17 Feb 16:38
Compare
Choose a tag to compare
Merge pull request #35 from orocrm/cs

Check PSR2

Replace function

26 Jan 11:57
Compare
Choose a tag to compare
  • Replace function added
  • updated build test matrix, added maria db, percona db, latest versions of mysql and postgresql, dropped support of PHP 5.3

Note!
Starting this release new features will be with minor version change

MD5 Function

11 Nov 15:16
Compare
Choose a tag to compare
  • Added MD5 string function support

GROUP_CONCAT fix

29 Mar 10:32
Compare
Choose a tag to compare

Fixed issue #19

CAST to boolean

05 Jan 20:19
Compare
Choose a tag to compare
  • added support for cast to boolean
  • fixed cast of negative values
  • added build for posgresql 9.4
  • fixed YAML component version

CAST to JSON

08 Oct 13:58
Compare
Choose a tag to compare

Added CAST to JSON on supported platforms, for others will be casted as string

CONCAT_WS

18 Sep 08:30
Compare
Choose a tag to compare

Added CONCAT_WS support

CAST improvements

15 Jun 13:03
Compare
Choose a tag to compare
Merge pull request #9 from orocrm/ticket/BAP-8368_refactoring

BAP-8368: Refactoring CAST function

1.0.7

06 Apr 18:12
Compare
Choose a tag to compare
  • added ability to created nested expressions like MONTH(CONVERT_TZ(field, '+03:00', '-10:00;))
  • improved test fixtures: added ability to test several functions at once