pgsql/src/interfaces/odbc info.c
pgsql/src/interfaces/odbc info.c
От:
Bruce Momjian - CVS <momjian@hub.org>
Дата:
CVSROOT: /home/projects/pgsql/cvsroot Module name: pgsql Changes by: momjian@hub.org 01/01/24 22:27:47 Modified files: src/interfaces/odbc: info.c Log message: > From: Tom Lane [mailto:tgl@sss.pgh.pa.us] > Sent: 24 January 2001 16:51 > To: Dave Page > Subject: Re: [PATCHES] ODBC Patch for OJs/Large Querys & Rows > > > > SQL_OJ_LEFT = Left outer joins are supported. > > Yes. In addition to my earlier patch, this one adds support for SQLGetInfo SQL_OJ_CAPABILITIES to the ODBC driver. Dave Page