ODBC changes

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: ODBC changes
Date: 2001-05-25 08:28:55
Message-ID: 3B0E17C7.A7F34D10@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi all,

I've just committed the following change.
However I'm not sure existent apps have no problem
with it. Apps would change the parameters for ODBC
API calls and it may fail. Please check your apps.

You could change the text size limit by changing
the MaxLongVarChar driver option. As for query size
limit, you have nothing to do.

Get rid of the following size limit.
1) Query size limit(was 65536) for >=7.0 servers.
2) Text size limit(was 8190) for 7.1 servers.

Hiroshi Inoue

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-05-25 10:12:42 Re: Compile errors on Solaris 8
Previous Message Tulassay Zsolt 2001-05-24 21:59:55 large objects, visual basic, ADO