Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ee23b5

Browse files
author
Michael Meskes
committed
Allow the connection keyword array to carry all seven items in ecpglib.
1 parent5fc78ef commit0ee23b5

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-
constchar*conn_keywords[6];
277+
constchar*conn_keywords[7];
278278
constchar*conn_values[6];
279279

280280
ecpg_init_sqlca(sqlca);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp