ODBC Driver for PostgreSQL

Edit Package psqlODBC

This package contains the ODBC (Open DataBase Connectivity) driver and
sample configuration files needed for applications to access a
PostgreSQL database using ODBC.

Refresh
Refresh
Source Files
Filename Size Changed
psqlODBC.changes 0000011067 10.8 KB
psqlODBC.spec 0000002567 2.51 KB
psqlodbc-10.02.0000.tar.gz 0000914779 893 KB
Revision 22 (latest revision is 31)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 593788 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 22)
- Update to version 10.02.0000:
  * It's safer to call setlocale(LC_CTYPE, "") than calling setlocale(LC_ALL, "")
  * Avoid replacing effective notice messages.
  * Handle MALLOC/REALLOC errors while fetching tuples more effectively.
  * Make SQLSetPos(SQL_DELETE/SQL_REFRESH) more effective. Because queries calling currtid(2) like
    select .. from .. where ctid=currtid2(.., ..) cause Seq Scan, their execution may be very slow.
    It is better to execute queries using subqueries like
	select .. from .. where ctid=(select currtid2(.., ..)) because they cause Tid Scan.
  * Fix a crash bug in AddDeleted().
Comments 0
openSUSE Build Service is sponsored by