Fixes a typo in QgsCoordinateReferenceSystem::syncDb() that improperly set "Imported from GDAL" as name for all geographical coordinate systems imported from GDAL/PROJ definitions during postintall CRS database synch.
Merge pull request #6153 from agiudiceandrea/patch-1
Fixes a typo in syncDb() that improperly set "Imported from GDAL" as name for all geogcs imported from GDAL/PROJ
Merge pull request #6128 from DelazJ/ProcessingBatchResize
[processing] Fix cannot resize columns in batch dialog
[processing] fetch scripts and models from qgis-2 branch to avoid
overlapping with scripts and models for QGIS 3
Server: if there is a primary key, use the pk value(s) as gml id inst…
…ead of the feature id
Merge pull request #6310 from 3nids/pd_domain_218
[postgres] fix domain not in public schema
Merge pull request #6319 from mhugent/dxf_label_layers
Fix dxf export for label layers with labeling but without symbology
Merge pull request #6302 from slarosa/split_v_drape
Split v.drape command
Merge pull request #6210 from DelazJ/218_DBManager
[DB Manager]Allow preset query combobox to expand
Merge pull request #6279 from mhugent/featureinfo_gml_id
Server: if there is a primary key, use the pk value(s) as gml id inst…
Fix call to representValue in identifydialog
This should fix the problem of queries with WHERE (id = 'NULL') when the string 'NULL' cannot be converted to integer / uuid, as seen with relation reference widgets. (cherry-picked from 5e70e96)
Merge pull request #6419 from mhugo/release-2_18
Fix call to representValue in identifydialog