Proposed addition to psqlodbc driver - Mailing list pgsql-odbc

From Ken Shaw
Subject Proposed addition to psqlodbc driver
Date
Msg-id 002e01c4f8fa$f0b08830$800101df@xyz
Whole thread Raw
List pgsql-odbc
Hi,

Our app currently runs on SqlServer; we are porting it to run on
PostgreSQL.

We often have data that has a backslash in it, which is an escape
character in PostgreSQL for both string literals and LIKE patterns.
This special treatment of backslash in PostgreSQL breaks our code in
numerous places.

We have eliminated 99% of these problems by modifying the driver so that
the driver escapes the backslash in string literals and in LIKE string
literal patterns.  (That is, it inserts extra backslashes).  We have
made this handling be optional by adding an "Escape Backslash" checkbox
in the "Datasource" "Advanced Options" dialog, so that users and
applications that need the standard behavior have it.

Please let me know whether you would you be interested in making this
part of the standard driver or need more information.



Best Regards,
Ken Shaw

**********************************************
Ken Shaw
Belarc, Inc. - "PC Management for the Internet Age"
phone:     734-971-1445
fax:       509-277-0391
email:     kshaw@belarc.com
web:       http://www.belarc.com
**********************************************




pgsql-odbc by date:

Previous
From: "Sim Zacks"
Date:
Subject: Re: MS Access problem with memos
Next
From: "Ben Trewern"
Date:
Subject: Problems with Access XP and text primary keys