From b1710339ba2e318cf6af1a50d4256e9fa98e6c8a Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Tue, 29 Aug 2006 12:24:52 +0000 Subject: Fixed parser and library to allow empty database names. Streamlined connection name parsing. Added Joachim's patch to shorten paths before diffing. --- src/interfaces/ecpg/test/expected/thread-thread_implicit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/ecpg/test/expected/thread-thread_implicit.c') diff --git a/src/interfaces/ecpg/test/expected/thread-thread_implicit.c b/src/interfaces/ecpg/test/expected/thread-thread_implicit.c index 3e28677618..b2a95d5400 100644 --- a/src/interfaces/ecpg/test/expected/thread-thread_implicit.c +++ b/src/interfaces/ecpg/test/expected/thread-thread_implicit.c @@ -27,7 +27,7 @@ main(void) -#line 1 "./../regression.h" +#line 1 "regression.h" @@ -168,7 +168,7 @@ if (sqlca.sqlcode < 0) sqlprint();} #ifdef DEBUG printf("%s: inserting %d\n", l_connection, l_i); #endif - { ECPGdo(__LINE__, 0, 1, NULL, "insert into test_thread ( thread , iteration ) values( ? , ? )", + { ECPGdo(__LINE__, 0, 1, NULL, "insert into test_thread ( thread , iteration ) values( ? , ? ) ", ECPGt_char,(l_connection),(long)128,(long)1,(128)*sizeof(char), ECPGt_NO_INDICATOR, NULL , 0L, 0L, 0L, ECPGt_int,&(l_i),(long)1,(long)1,sizeof(int), -- cgit v1.2.1