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:
Viktor Szakats
2011-07-07 19:46:11 +00:00
parent 08cd36dadb
commit 0d50cab356
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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 ) )
{