Releases: mapbender/data-source
Releases · mapbender/data-source
0.2.8
- 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
- Fix errors saving boolean values into numeric column (convert to 0 or 1)
0.1.30
- Fix errors saving boolean values into numeric column (convert to 0 or 1)
0.2.6
- 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
- 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
- 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
- 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
- Fix incompatibility with current doctrine/doctrine-bundle
0.1.27
- Fix incompatibility with current doctrine/doctrine-bundle
0.2.3
- Fix geometries returned from insert reverting to table native CRS
- Fix error in save method if saving was aborted by a custom event