Re: Pgodbc is thread safe? - Mailing list pgsql-odbc

From Heikki Linnakangas
Subject Re: Pgodbc is thread safe?
Date
Msg-id 547EECA7.6020801@vmware.com
Whole thread Raw
In response to Pgodbc is thread safe?  (developer rohto <rohtodeveloper@outlook.com>)
List pgsql-odbc
On 11/26/2014 05:01 PM, developer rohto wrote:
> Dear all,
> Our application will be transplanted from Oracle to PostgreSQL. This application based on odbc.
> There is a little worry about thread-safe when transplanting.Oracle odbc support thread safe. Does pgodbc support
thread-safe?

Yes, it's thread-safe, to the extent the ODBC spec says it should be.

- Heikki



pgsql-odbc by date:

Previous
From: Talha OZ
Date:
Subject: psqlodbcw.so symbol lookup errors
Next
From: Nathanael Terrien
Date:
Subject: Exponential processing time for multiple SELECT FOR UPDATE / UPDATE in a single transaction with PostgreSQL 9.x ?