Update expected files for textual changes
authorPeter Eisentraut
Mon, 4 Jun 2007 07:48:17 +0000 (07:48 +0000)
committerPeter Eisentraut
Mon, 4 Jun 2007 07:48:17 +0000 (07:48 +0000)
src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr
src/interfaces/ecpg/test/expected/compat_informix-test_informix.stdout

index f669c6876231115e125b11e984758fa1700fbce6..cf8b024c8579cd5ca911a1f19d100003bd415302 100644 (file)
@@ -14,9 +14,9 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ECPGexecute line 31: QUERY: insert into test ( i  , j  ) values ( 7 , 12 )  on connection regress1
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ECPGexecute line 31: Error: ERROR:  duplicate key violates unique constraint "test_pkey"
+[NO_PID]: ECPGexecute line 31: Error: ERROR:  duplicate key value violates unique constraint "test_pkey"
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: raising sqlstate 23505 (sqlcode: -239) in line 31, ''duplicate key violates unique constraint "test_pkey"' in line 31.'.
+[NO_PID]: raising sqlstate 23505 (sqlcode: -239) in line 31, ''duplicate key value violates unique constraint "test_pkey"' in line 31.'.
 [NO_PID]: sqlca: code: -239, state: 23505
 [NO_PID]: ECPGtrans line 33 action = rollback connection = regress1
 [NO_PID]: sqlca: code: 0, state: 00000
index d3bb3736f7d99a171829f3da550f81b9a6e8440c..e5188c68efcbd11140bd724982057183b3762a6b 100644 (file)
@@ -1,5 +1,5 @@
-doSQLprint: Error: 'duplicate key violates unique constraint "test_pkey"' in line 31.
-INSERT: -239='duplicate key violates unique constraint "test_pkey"' in line 31.
+doSQLprint: Error: 'duplicate key value violates unique constraint "test_pkey"' in line 31.
+INSERT: -239='duplicate key value violates unique constraint "test_pkey"' in line 31.
 doSQLprint: Error: 'more than one row returned by a subquery used as an expression' in line 39.
 SELECT: 0=
 7 0