Skip to content

Releases: mapbender/data-source

0.2.8

02 Dec 08:54
Compare
Choose a tag to compare
  • Fix user role formatting with custom user providers implementing Symfony >= 4.3 api properly
  • Resolve Symfony >= 4.3 deprecations injecting user role names into custom event scope
  • Resolve Doctrine DBAL >= 2.11 deprecations / DBAL 3.x errors

0.2.7

14 Nov 15:17
Compare
Choose a tag to compare
  • Fix errors saving boolean values into numeric column (convert to 0 or 1)

0.1.30

14 Nov 15:18
Compare
Choose a tag to compare
  • Fix errors saving boolean values into numeric column (convert to 0 or 1)

0.2.6

14 Jun 07:35
Compare
Choose a tag to compare
  • Re-add support for explicitly preconfiguring source table srid on FeatureType; only used if detection fails (e.g. views using geometry expressions)

0.1.29

14 Jun 07:34
Compare
Choose a tag to compare
  • Re-add support for explicitly preconfiguring source table srid on FeatureType; only used if detection fails (e.g. views using geometry expressions)

0.2.5

27 Jan 11:37
Compare
Choose a tag to compare
  • Fix missing detection for native double precision columns when picking default for non-nullable numeric column (see Mapbender #1396)
  • Fix explicitly entered "0" not saving to nullable numeric columns

0.1.28

27 Jan 11:36
Compare
Choose a tag to compare
  • Fix missing detection for native double precision columns when picking default for non-nullable numeric column (see Mapbender #1396)
  • Fix explicitly entered "0" not saving to nullable numeric columns

0.2.4

02 Dec 11:07
Compare
Choose a tag to compare
  • Fix incompatibility with current doctrine/doctrine-bundle

0.1.27

02 Dec 11:07
Compare
Choose a tag to compare
  • Fix incompatibility with current doctrine/doctrine-bundle

0.2.3

28 Oct 08:56
Compare
Choose a tag to compare
  • Fix geometries returned from insert reverting to table native CRS
  • Fix error in save method if saving was aborted by a custom event