Skip to content

Commit 18e52ae

Browse files
author
Michael Meskes
committed
Adapted expected result for latest change to ecpglib.
1 parent e9a1a0d commit 18e52ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interfaces/ecpg/test/expected/compat_informix-rnull.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
[NO_PID]: sqlca: code: 0, state: 00000
99
[NO_PID]: ECPGtrans line 34 action = commit connection = regress1
1010
[NO_PID]: sqlca: code: 0, state: 00000
11-
[NO_PID]: ECPGexecute line 36: QUERY: insert into test ( id , c , s , i , b , f , l , dbl ) values( 1 , 'abc ' , 17 , -74874 , 't' , 3.710000038147 , 487444 , 404.404 ) on connection regress1
11+
[NO_PID]: ECPGexecute line 36: QUERY: insert into test ( id , c , s , i , b , f , l , dbl ) values ( 1 , 'abc ' , 17 , -74874 , 't' , 3.71000003814697 , 487444 , 404.404 ) on connection regress1
1212
[NO_PID]: sqlca: code: 0, state: 00000
1313
[NO_PID]: ECPGexecute line 36 Ok: INSERT 0 1
1414
[NO_PID]: sqlca: code: 0, state: 00000
1515
[NO_PID]: ECPGtrans line 39 action = commit connection = regress1
1616
[NO_PID]: sqlca: code: 0, state: 00000
17-
[NO_PID]: ECPGexecute line 52: QUERY: insert into test ( id , c , s , i , b , f , l , dbl , dec , dat , tmp ) values( 2 , null , null , null , 't' , null , null , null , null , null , null ) on connection regress1
17+
[NO_PID]: ECPGexecute line 52: QUERY: insert into test ( id , c , s , i , b , f , l , dbl , dec , dat , tmp ) values ( 2 , null , null , null , 't' , null , null , null , null , null , null ) on connection regress1
1818
[NO_PID]: sqlca: code: 0, state: 00000
1919
[NO_PID]: ECPGexecute line 52 Ok: INSERT 0 1
2020
[NO_PID]: sqlca: code: 0, state: 00000
@@ -32,7 +32,7 @@
3232
[NO_PID]: sqlca: code: 0, state: 00000
3333
[NO_PID]: ECPGget_data line 59: RESULT: t offset: -1 array: Yes
3434
[NO_PID]: sqlca: code: 0, state: 00000
35-
[NO_PID]: ECPGget_data line 59: RESULT: 3.710000038147 offset: -1 array: Yes
35+
[NO_PID]: ECPGget_data line 59: RESULT: 3.71000003814697 offset: -1 array: Yes
3636
[NO_PID]: sqlca: code: 0, state: 00000
3737
[NO_PID]: ECPGget_data line 59: RESULT: 487444 offset: -1 array: Yes
3838
[NO_PID]: sqlca: code: 0, state: 00000

0 commit comments

Comments
 (0)