[postgis-tickets] r15443 - Backport test sql script missed in last commit
Regina Obe
lr at pcorp.us
Thu Jun 22 22:55:55 PDT 2017
Author: robe
Date: 2017-06-22 22:55:55 -0700 (Thu, 22 Jun 2017)
New Revision: 15443
Modified:
branches/2.3/regress/dumper/realtable-pre.sql
Log:
Backport test sql script missed in last commit
References #3682 for 2.3.3
References #3701 for 2.3.3
Modified: branches/2.3/regress/dumper/realtable-pre.sql
===================================================================
--- branches/2.3/regress/dumper/realtable-pre.sql 2017-06-23 05:19:48 UTC (rev 15442)
+++ branches/2.3/regress/dumper/realtable-pre.sql 2017-06-23 05:55:55 UTC (rev 15443)
@@ -1,3 +1,3 @@
insert into spatial_ref_sys(srid,srtext) values (1,'fake["srs"],text');
-create table c (i int, g geometry);
-insert into c values (1,'SRID=1;POINT(0 0)');
+create table c (i int, g geometry, b boolean, """qColumn" varchar(20));
+insert into c values (1,'SRID=1;POINT(0 0)', true, 'quote test');
More information about the postgis-tickets
mailing list