changeset 4285:6b415dcdaf8a

Let the geoserver expose primary keys for features.
author Raimund Renkert <raimund@renkert.org>
date Fri, 30 Aug 2019 09:29:19 +0200
parents 4d5cd3b5775a
children 1604284d2597
files pkg/geoserver/boot.go
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/geoserver/boot.go	Fri Aug 30 09:25:13 2019 +0200
+++ b/pkg/geoserver/boot.go	Fri Aug 30 09:29:19 2019 +0200
@@ -173,6 +173,7 @@
 					{"passwd", config.DBPassword()},
 					{"dbtype", databaseType},
 					{"Primary key metadata table", primaryKeyMetadataTbl},
+					{"Expose primary keys", true},
 					{"Session startup SQL", startupSQL},
 					{"Session close-up SQL", closeupSQL},
 					{"validate connections", true},