From 0ee23b53beb851d60c0eff9bde8fd7a303270720 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Mon, 6 Feb 2012 20:46:48 +0100 Subject: [PATCH] Allow the connection keyword array to carry all seven items in ecpglib. --- src/interfaces/ecpg/ecpglib/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/ecpg/ecpglib/connect.c b/src/interfaces/ecpg/ecpglib/connect.c index 9df50c5089..15384ec352 100644 --- a/src/interfaces/ecpg/ecpglib/connect.c +++ b/src/interfaces/ecpg/ecpglib/connect.c @@ -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);