Skip to content
Snippets Groups Projects
Commit 0ee23b53 authored by Michael Meskes's avatar Michael Meskes
Browse files

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

parent 5fc78efc
Branches
Tags
No related merge requests found
......@@ -274,7 +274,7 @@ ECPGconnect(int lineno, int c, const char *name, const char *user, const char *p
*port = NULL,
*realname = NULL,
*options = NULL;
const char *conn_keywords[6];
const char *conn_keywords[7];
const char *conn_values[6];
ecpg_init_sqlca(sqlca);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment