Allow events mode to be set in Oracle 10g as well.
This commit is contained in:
parent
b32352b54c
commit
e00d8dc231
@ -111,7 +111,7 @@ static udt_Environment *Environment_NewFromScratch(
|
|||||||
mode = OCI_OBJECT;
|
mode = OCI_OBJECT;
|
||||||
if (threaded)
|
if (threaded)
|
||||||
mode |= OCI_THREADED;
|
mode |= OCI_THREADED;
|
||||||
#ifdef ORACLE_11G
|
#ifdef OCI_EVENTS
|
||||||
if (events)
|
if (events)
|
||||||
mode |= OCI_EVENTS;
|
mode |= OCI_EVENTS;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user