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
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
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
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