Postgresql For Doctrine Versions Save

PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.

v2.0.1

1 year ago

What's Changed

Full Changelog: https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v2.0.0...v2.0.1

v2.0.0

1 year ago

What's Changed

New features


BC changes


Housekeeping


Full Changelog: https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v1.8.0...v2.0.0

v1.8.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v1.7.0...v1.8.0

v1.7.0

2 years ago

#105 - Add support OVERLAPS for date intervals (thanks to @gallyamow) #104 - Add support for DISTINCT and ORDER BY in STRING_AGG (kudos to @bigwhoop) #103 - Correct namespace used in integration guide (by @Gemorroj)

v1.6.0

2 years ago
  • Boolean array type (thanks to @ajgarlag)
  • Fix for a bug for quotes in text array type (thanks to @ksd-krauzand)
  • Various updates in docs, QA tools and CI

v1.5.3

2 years ago

This release enables parallel support of doctrine/dbal v2 and v3

v1.5.2

3 years ago
  • #81 Use || in composer.json
  • #82 Run CI static analysis step for all tested PHP versions
  • #83 Use local version of php-security-checker
  • #84 Improve PHPUnit setup

v1.5.1

3 years ago
  • #77 Allow support for PHP 8 (thanks to @massimilianobraglia)
  • #70 Update documentation with some missed functions (thanks to @Gemorroj)

v1.5.0

3 years ago

#69 Handy new feature - support for UNACCENT and language argument in TO_TSQUERY and TO_TSVECTOR. Thanks to @hason.

v1.4.1

4 years ago

#66 Allow the primitive types of integer, string and float to be stored in a Jsonb field