From: | Fabio Serra <faser(at)faser(dot)net> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Which ODBC ? |
Date: | 2001-11-12 09:46:02 |
Message-ID: | 4.3.2.7.2.20011112104308.034e99d0@mail.faser.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi everybody,
I'm using PostgreSQL unixODBC with Macromedia ColdFusion 5.
With newer unixodbc driver I can't select text longer than 8K. I'm not a C
programmer, but the source code, defines TEXT_FIELD_SIZE 8190 and mallocs
up to this 8190 +5, even if now postgres supports dynamically growing text
fields.
I noticed another wrong behaviour. The driver does't escape special chars
correctly.
The following combination produce an error: \'
I would like to know if the odbc driver included in PG 7.1.3 is affected
from the same "bug" and if there are substantial differents
Thanks in advance.
--------------------------------------------------
FABIO SERRA - faser(at)faser.net
PGP available
--------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Boes | 2001-11-12 13:53:58 | Re: Timestamp indexes aren't used for ">=" |
Previous Message | programmers | 2001-11-12 09:10:14 | to many connection |