Skip to content

Releases: pfilsx/PostgreSQLDoctrine

v1.9.0

20 Oct 08:31
3748c07
Compare
Choose a tag to compare

What's Changed

  • Tests by @pfilsx in #13
  • Fix Doctrine DBAL VersionAwarePlatformDriver deprecation by @pfilsx in #16
  • Fix enum update migration table/column quote by @pfilsx in #17
  • Add basic mathematical functions + cast function by @pfilsx in #18
  • Add default json model normalizer, removed serializer dep by @pfilsx
  • Actualize overrided doctrine methods by @pfilsx

Full Changelog: v1.8.1...v1.9.0

v1.8.1

02 Aug 14:38
24d2af9
Compare
Choose a tag to compare

What's Changed

  • Fix Doctrine DBAL VersionAwarePlatformDriver deprecation by @KojoEnch in #15

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

16 Jun 20:57
965c746
Compare
Choose a tag to compare
  • add JsonArrayType
  • add support of json array to array tool
  • add support of return type for array aggregate func

What's Changed

Full Changelog: v1.7.3...v1.8.0

v1.7.3

13 Jun 13:36
9504380
Compare
Choose a tag to compare

What's Changed

  • fix nullable enum type convert to db value by @pfilsx in #10

Full Changelog: v1.7.2...v1.7.3

v1.7.2

04 Apr 16:00
v1.7.2
8adbdfd
Compare
Choose a tag to compare

Fix distinct in string_agg function

Full Changelog: v1.7.1...v1.7.2

v1.7.1

23 Mar 15:45
v1.7.1
b037225
Compare
Choose a tag to compare

What's Changed

  • add missed array type cast functions

Full Changelog: v1.7.0...v1.7.1

v1.7.0

23 Mar 09:01
f1eef5b
Compare
Choose a tag to compare

What's Changed

  • added functions (iteration 2) by @pfilsx in #8
  • fix parsing error in JsonbExists function
  • fix boolean cast to php value in boolean array for "" value

New functions:

  • ArrayToJson (ARRAY_TO_JSON)
  • JsonArrayLength (JSON_ARRAY_LENGTH)
  • JsonbArrayLength (JSONB_ARRAY_LENGTH)
  • JsonbBuildArray (JSONB_BUILD_ARRAY)
  • JsonbBuildObject (JSONB_BUILD_OBJECT)
  • JsonbEach (JSONB_EACH)
  • JsonbEachText (JSONB_EACH_TEXT)
  • JsonbObjectKeys (JSONB_OBJECT_KEYS)
  • JsonBuildArray (JSON_BUILD_ARRAY)
  • JsonBuildObject (JSON_BUILD_OBJECT)
  • JsonEach (JSON_EACH)
  • JsonEachText (JSON_EACH_TEXT)
  • JsonObjectKeys (JSON_OBJECT_KEYS)
  • Overlaps (&&)
  • ToArray (ARRAY[])
  • ToJson (TO_JSON)
  • ToJsonb (TO_JSONB)

Full Changelog: v1.6.1...v1.7.0

v1.6.1

19 Mar 17:22
a904802
Compare
Choose a tag to compare

fix ts_match parsing

v1.6.0

19 Mar 16:07
861578c
Compare
Choose a tag to compare

What's Changed

  • add text search support by @pfilsx in #6
  • rename array types classes to follow common type naming strategy(e.g. TextArray => TextArrayType)

Full Changelog: v1.5.0...v1.6.0

v1.5.0

17 Mar 20:21
v1.5.0
2f98dc8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0