Re: Fix, GDL2, PostgreSQLExpression (+formatValue:forAttribute:)

2009-06-01 Thread David Ayers
Am Montag, den 01.06.2009, 12:36 +0800 schrieb Georg Fleischmann: > here is a small suggestion for GDL2 (with PostgreSQL 8.3). PostgreSQL > is complaining about escaping the underscore "_" character. > I removed the escaping the underscore and everything looks fine. > > 2009-05-29 13:51:38.772 I

Fix, GDL2, PostgreSQLExpression (+formatValue:forAttribute:)

2009-05-31 Thread Georg Fleischmann
here is a small suggestion for GDL2 (with PostgreSQL 8.3). PostgreSQL is complaining about escaping the underscore "_" character. I removed the escaping the underscore and everything looks fine. 2009-05-29 13:51:38.772 Import[3297] PostgreSQLAdaptor: execute command: SELECT t0.entity_name FR

Re: Fix GDL2, PostgreSQLExpression (+formatValue:forAttribute:): writing of escaped strings

2008-04-03 Thread David Ayers
Thanks Georg Fleischmann schrieb: > here is a fix for GDL2, PostgreSQLExpression.m > (+formatValue:forAttribute:). > The patch allows writing the quote character "'" and encoded characters > to PostgreSQL 8.3. This has been tested on Mac OS 10.4, so far. > > The changes in detail: > 1. \' h

Fix GDL2, PostgreSQLExpression (+formatValue:forAttribute:): writing of escaped strings

2008-04-02 Thread Georg Fleischmann
Hi, here is a fix for GDL2, PostgreSQLExpression.m (+formatValue:forAttribute:). The patch allows writing the quote character "'" and encoded characters to PostgreSQL 8.3. This has been tested on Mac OS 10.4, so far. The changes in detail: 1. \' has to be '' to work without Warning messag