Skip to content

Releases: jsor/doctrine-postgis

v1.3.0

16 Dec 10:49
v1.3.0
1abb487
Compare
Choose a tag to compare

v1.2.0

15 Dec 08:38
v1.2.0
01154b3
Compare
Choose a tag to compare

v1.1.2

28 Nov 09:15
v1.1.2
a09e32b
Compare
Choose a tag to compare
  • Fix: Fix handling of table and column names using reserved words. Thanks to @maximilian-walter for reporting (#19).

v1.1.1

11 Oct 09:23
v1.1.1
0fbe9d9
Compare
Choose a tag to compare
  • Fix: The event subscribers now allow multiple calls to postConnect for the same connection instance. This is done by MasterSlaveConnection for example when switching master/slave connections. Thanks to @gcavana for reporting, patch courtesy of @NoiseByNorthwest in #17.

v1.1.0

08 Apr 07:12
v1.1.0
25a6f87
Compare
Choose a tag to compare
  • Feature: New raster DBAL type.
    Note: This type is not suited to be used in entity mappings.
    It just prevents "Unknown database type..." exceptions thrown during
    database inspections by the schema tool.

v1.0.0

11 Aug 19:30
v1.0.0
Compare
Choose a tag to compare
  • First stable release.