OSDN Git Service

Update expected files for textual changes
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 4 Jun 2007 07:48:17 +0000 (07:48 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
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 f669c68..cf8b024 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 d3bb373..e5188c6 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