[ psqlodbc-Bugs-1010713 ] Bug with datatype lo and server side cursor

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1010713 ] Bug with datatype lo and server side cursor
Date: 2009-10-06 15:21:59
Message-ID: 20091006152159.41C431071E01@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1010713, was opened at 2009-10-06 17:21
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010713&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Roel Claessen (xillion)
Assigned to: Nobody (None)
Summary: Bug with datatype lo and server side cursor

Initial Comment:
Since the latest version of our application we switched from clientside to serverside cursor. Everything works fine except for tables that have a lo field. Since we use serverside cursors we can't post any data to the table in the lo field. It seems like the ODBC driver is generating the wrong query and is inserting the blob content directly, without quoting, into the update query.

We have the following configuration:
PostgreSQL version:
PostgreSQL 8.3.7 on Debian 4.3.2-1.1
ODBC driver:
PostgreSQL Unicode 8.03.04.00 (also tested with version 8.04.01.00)
Connectionstring:
Provider=MSDASQL.1;
Extended Properties="DRIVER={PostgreSQL Unicode};
DATABASE=dbname;
SERVER=192.168.1.120;
PORT=5432;
READONLY=0;
PROTOCOL=7.4+;
FAKEOIDINDEX=0;
SHOWOIDCOLUMN=0;
ROWVERSIONING=0;
SHOWSYSTEMTABLES=0;
CONNSETTINGS=SET CLIENT_ENCODING TO 'LATIN1';
FETCH=100;
SOCKET=4096;
UNKNOWNSIZES=Longest;
MAXVARCHARSIZE=254;
TrueIsMinus1=1;
UpdatableCursors=1;
CACHESIZE=100;
MAXLONGVARCHARSIZE=-4;
OPTIMIZER=1;
KSQO=1;
USEDECLAREFETCH=0;
TEXTASLONGVARCHAR=1;
UNKNOWNSASLONGVARCHAR=1;
BOOLSASCHAR=0;
PARSE=0;
CANCELASFREESTMT=0;
EXTRASYSTABLEPREFIXES=dd_";
LFConversion=1;
DisallowPremature=0;
BI=0;
DEBUG=0;
COMMLOG=0;

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010713&group_id=1000125

Browse pgsql-odbc by date

  From Date Subject
Next Message noreply 2009-10-07 11:51:32 [ psqlodbc-Bugs-1010713 ] Bug with datatype lo and server side cursor
Previous Message Neil Best 2009-10-05 16:58:12 Re: PsqlODBC with a SSL connection