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. \' has to be

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 message