Commit 0ee23b53 authored by Michael Meskes's avatar Michael Meskes

Allow the connection keyword array to carry all seven items in ecpglib.

parent 5fc78efc
...@@ -274,7 +274,7 @@ ECPGconnect(int lineno, int c, const char *name, const char *user, const char *p ...@@ -274,7 +274,7 @@ ECPGconnect(int lineno, int c, const char *name, const char *user, const char *p
*port = NULL, *port = NULL,
*realname = NULL, *realname = NULL,
*options = NULL; *options = NULL;
const char *conn_keywords[6]; const char *conn_keywords[7];
const char *conn_values[6]; const char *conn_values[6];
ecpg_init_sqlca(sqlca); ecpg_init_sqlca(sqlca);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment