Skip to content

Releases: martin-georgiev/postgresql-for-doctrine

v3.7.0

13 Dec 18:00
5ff9084

Choose a tag to compare

3.7.0 (2025-12-13)

Features

  • Add support for DATE_TRUNC (#493) (01b564a)
  • Improve accidental misconfiguration through the use of constants for all DBAL types (#486) (2fcdf95)

v3.6.2

25 Nov 23:54
266820d

Choose a tag to compare

3.6.2 (2025-11-25)

Bug Fixes

  • #482: Always preserve strings (even if they are obviously numerical) when transforming a TEXTARRAY value into a PHP array (#488) (77eed3e)

v3.6.1

09 Nov 20:21
b1faddd

Choose a tag to compare

3.6.1 (2025-11-08)

Bug Fixes

  • #473: Add public getter methods to Range value objects (#477) (9ba319e)
  • #474: Support usage of arithmetic expressions in mathematical functions (#475) (75b025d)

v3.6.0

23 Oct 08:57
70a6675

Choose a tag to compare

3.6.0 (2025-10-23)

Features

  • #456: Add convenience factory methods to WktSpatialData (#459) (7242665)
  • #458: Ensure Doctrine returns PostgreSQL spatial data in text format (EWKT) instead of binary format (EWKB) (#462) (8ac7a70)
  • Add support for uuid_extract_timestamp and uuid_extract_version (#466) (77a513f)
  • Add support for some new functions from PostgreSQL 18 (#464) (118bfa3)

v3.5.1

12 Sep 10:55
5d1621e

Choose a tag to compare

3.5.1 (2025-09-12)

Bug Fixes

  • #446: Restore OVERLAPS to its intended namespace and strengthen its test coverage (#447) (6435f06)

v3.5.0

06 Sep 22:28
49c0ea3

Choose a tag to compare

3.5.0 (2025-09-06)

Features

  • #305, #432: Add support for PostGIS functions for topological and distance relationships (#434) (2922b63)
  • #305: Add support for PostGIS measurement, overlay and geometry processing functions (#435) (9724452)
  • #305: Add support for PostGIS operators (#430) (5b5583b)
  • #305: Add support for PostGIS's types of GEOGRAPHY, GEOMETRY and their array variations (#421) (d97caae)
  • #410:  add support for LTREE type (#411) (5a6563d)
  • #440: Add support for functions to use with the LTREE data type (#440) (745b269)
  • Add support for websearch_to_tsquery (#437) (be90545)

Bug Fixes

  • #424: Address unintentional loss of string data type when retrieving PHP array item values from a stored TextArray value (#443) (bdb8df2)
  • Address broken escaping of array items for JsonbArray and preserve integer values as strings if they are outside PHP integer range (#442) (d213967)

Code Refactoring

v3.4.1

03 Aug 23:01
44371f7

Choose a tag to compare

3.4.1 (2025-08-03)

Bug Fixes

v3.4.0

01 Aug 23:17
143c6a8

Choose a tag to compare

3.4.0 (2025-08-01)

Features

  • #401: Improve JSON field extraction by adding index support (#402) (8d18b35)

v3.3.0

30 Jul 00:00
1276f8d

Choose a tag to compare

3.3.0 (2025-07-29)

Features

  • Add support for formatting functions to_char, to_date, to_number, to_timestamp (#386) (7a047e8)
  • Add support for range types (#396) (cc4749c)

v3.2.2

15 Jun 07:45
5541f7f

Choose a tag to compare

3.2.2 (2025-06-15)

Bug Fixes

  • #351: Correct round-trip handling of special characters between PHP and PostgreSQL (#391) (979a581)