2011-07-07 21:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/sddoci/sddoci.c
! added OCI_ENV_THREADED flag to OCI_Initialize() in an attempt
to solve MT problems reported by Marek.
Many thanks to Vincent Rogier (author of OCILIB) for the tip
and advice.
Please retest now.
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-07-07 21:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/sddoci/sddoci.c
|
||||
! added OCI_ENV_THREADED flag to OCI_Initialize() in an attempt
|
||||
to solve MT problems reported by Marek.
|
||||
Many thanks to Vincent Rogier (author of OCILIB) for the tip
|
||||
and advice.
|
||||
Please retest now.
|
||||
|
||||
2011-07-06 00:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/gtwin/gtwin.c
|
||||
! using HB_ prefixed name for locally defined
|
||||
|
||||
@@ -133,7 +133,7 @@ static void hb_ocidd_init( void * cargo )
|
||||
{
|
||||
HB_SYMBOL_UNUSED( cargo );
|
||||
|
||||
OCI_Initialize( NULL, NULL, OCI_ENV_DEFAULT | OCI_ENV_CONTEXT );
|
||||
OCI_Initialize( NULL, NULL, OCI_ENV_DEFAULT | OCI_ENV_CONTEXT | OCI_ENV_THREADED );
|
||||
|
||||
if( ! hb_sddRegister( &ocidd ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user