Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ee23b5

Browse files
author
Michael Meskes
committed
Allow the connection keyword array to carry all seven items in ecpglib.
1 parent 5fc78ef commit 0ee23b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/ecpglib/connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ ECPGconnect(int lineno, int c, const char *name, const char *user, const char *p
274274
*port = NULL,
275275
*realname = NULL,
276276
*options = NULL;
277-
const char *conn_keywords[6];
277+
const char *conn_keywords[7];
278278
const char *conn_values[6];
279279

280280
ecpg_init_sqlca(sqlca);

0 commit comments

Comments
 (0)