Skip to content

Commit d1422fb

Browse files
committed
Fix PostGIS text
1 parent d7a4db1 commit d1422fb

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

expected/13.15/type_postgis.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ INSERT INTO "type_DOUBLE" VALUES (PI());
497497
--Testcase 109: ERR primary key
498498
INSERT INTO "type_DOUBLE" VALUES (PI());
499499
ERROR: Failed to execute remote SQL
500-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
500+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
501501
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
502502
--Testcase 110:
503503
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
@@ -516,12 +516,12 @@ SELECT * FROM "type_DOUBLE"; -- OK, +- Inf
516516
--Testcase 114: ERR primary key
517517
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
518518
ERROR: Failed to execute remote SQL
519-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
519+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
520520
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
521521
--Testcase 115: ERR primary key
522522
INSERT INTO "type_DOUBLE" VALUES ('-Infinity');
523523
ERROR: Failed to execute remote SQL
524-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
524+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
525525
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
526526
--Testcase 116:
527527
SELECT * FROM "type_DOUBLE"; -- OK, +- Inf

expected/14.12/type_postgis.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ INSERT INTO "type_DOUBLE" VALUES (PI());
497497
--Testcase 109: ERR primary key
498498
INSERT INTO "type_DOUBLE" VALUES (PI());
499499
ERROR: Failed to execute remote SQL
500-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
500+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
501501
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
502502
--Testcase 110:
503503
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
@@ -516,12 +516,12 @@ SELECT * FROM "type_DOUBLE"; -- OK, +- Inf
516516
--Testcase 114: ERR primary key
517517
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
518518
ERROR: Failed to execute remote SQL
519-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
519+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
520520
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
521521
--Testcase 115: ERR primary key
522522
INSERT INTO "type_DOUBLE" VALUES ('-Infinity');
523523
ERROR: Failed to execute remote SQL
524-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
524+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
525525
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
526526
--Testcase 116:
527527
SELECT * FROM "type_DOUBLE"; -- OK, +- Inf

expected/15.7/type_postgis.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ INSERT INTO "type_DOUBLE" VALUES (PI());
497497
--Testcase 109: ERR primary key
498498
INSERT INTO "type_DOUBLE" VALUES (PI());
499499
ERROR: Failed to execute remote SQL
500-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
500+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
501501
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
502502
--Testcase 110:
503503
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
@@ -516,12 +516,12 @@ SELECT * FROM "type_DOUBLE"; -- OK, +- Inf
516516
--Testcase 114: ERR primary key
517517
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
518518
ERROR: Failed to execute remote SQL
519-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
519+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
520520
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
521521
--Testcase 115: ERR primary key
522522
INSERT INTO "type_DOUBLE" VALUES ('-Infinity');
523523
ERROR: Failed to execute remote SQL
524-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
524+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
525525
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
526526
--Testcase 116:
527527
SELECT * FROM "type_DOUBLE"; -- OK, +- Inf

expected/16.3/type_postgis.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ INSERT INTO "type_DOUBLE" VALUES (PI());
497497
--Testcase 109: ERR primary key
498498
INSERT INTO "type_DOUBLE" VALUES (PI());
499499
ERROR: Failed to execute remote SQL
500-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
500+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
501501
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
502502
--Testcase 110:
503503
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
@@ -516,12 +516,12 @@ SELECT * FROM "type_DOUBLE"; -- OK, +- Inf
516516
--Testcase 114: ERR primary key
517517
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
518518
ERROR: Failed to execute remote SQL
519-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
519+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
520520
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
521521
--Testcase 115: ERR primary key
522522
INSERT INTO "type_DOUBLE" VALUES ('-Infinity');
523523
ERROR: Failed to execute remote SQL
524-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
524+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
525525
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
526526
--Testcase 116:
527527
SELECT * FROM "type_DOUBLE"; -- OK, +- Inf

expected/17.0/type_postgis.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ INSERT INTO "type_DOUBLE" VALUES (PI());
497497
--Testcase 109: ERR primary key
498498
INSERT INTO "type_DOUBLE" VALUES (PI());
499499
ERROR: Failed to execute remote SQL
500-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
500+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
501501
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
502502
--Testcase 110:
503503
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
@@ -516,12 +516,12 @@ SELECT * FROM "type_DOUBLE"; -- OK, +- Inf
516516
--Testcase 114: ERR primary key
517517
INSERT INTO "type_DOUBLE" VALUES ('Infinity');
518518
ERROR: Failed to execute remote SQL
519-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
519+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
520520
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
521521
--Testcase 115: ERR primary key
522522
INSERT INTO "type_DOUBLE" VALUES ('-Infinity');
523523
ERROR: Failed to execute remote SQL
524-
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 19
524+
HINT: SQLite error 'UNIQUE constraint failed: type_DOUBLE.col', SQLite result code 1555
525525
CONTEXT: SQL query: INSERT INTO main."type_DOUBLE"(`col`) VALUES (?)
526526
--Testcase 116:
527527
SELECT * FROM "type_DOUBLE"; -- OK, +- Inf

0 commit comments

Comments
 (0)