1 parent 9953505 commit 9ae0f5dCopy full SHA for 9ae0f5d
1 file changed
src/Connection.c
@@ -767,7 +767,7 @@ static int Connection_Init(udt_Connection *self, PyObject *args,
767
if (dpiContext_initConnCreateParams(g_DpiContext, &dpiCreateParams) < 0)
768
return Error_RaiseAndReturnInt();
769
if (!PyArg_ParseTupleAndKeywords(args, keywordArgs,
770
- "|OOOikO!OOOiOssOOOOOO", keywordList, &usernameObj, &passwordObj,
+ "|OOOiKO!OOOiOssOOOOOO", keywordList, &usernameObj, &passwordObj,
771
&dsnObj, &dpiCreateParams.authMode, &externalHandle,
772
&g_SessionPoolType, &pool, &threadedObj, &eventsObj, &cclassObj,
773
&dpiCreateParams.purity, &newPasswordObj,
0 commit comments