pgsql/src/interfaces/odbc connection.c connect ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc connection.c connect ...
Date: 2001-01-26 22:41:59
Message-ID: 200101262241.f0QMfx699189@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/01/26 17:41:59

Modified files:
src/interfaces/odbc: connection.c connection.h info.c psqlodbc.h
psqlodbc.rc resource.h

Log message:
odbc1.diff changes the text on the Protocol Radio buttons on the driver
dialogue from '6.4/6.5' to '6.5+' and removes some C++ comments from
resource.h (which VC++ insists on putting there).

odbc2.diff adds code to query the PostgreSQL version upon connection. This
is then used to determine what values to return for from SQLGetInfo for
SQL_DBMS_VER, SQL_MAX_ROW_SIZE, SQL_MAX_STATEMENT_LEN, SQL_OJ_CAPABILITIES
and SQL_OUTER_JOINS. The version string as returned by SELECT vERSION() (as
a char array) and the major.minor version number (as a flost) have been
added to the ConnectionClass structure.

Dave Page

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2001-01-26 22:49:54 [WEBMASTER] 'www/html/users-lounge index.html'
Previous Message Tom Lane 2001-01-26 22:25:36 pgsql/src/interfaces/odbc psqlodbc.h