[pg-devel] [PATCH] CLSQL support, more encodings, float parser, etc
Eric Marsden
eric.marsden at free.fr
Sun Nov 26 18:27:27 UTC 2006
>>>>> "vs" == Vladimir Sekissov <svg at surnet.ru> writes:
vs> CLSQL pg-socket driver doesn't implement v3 protocol, encodings and supports
vs> result type conversion for numbers only.
vs>
vs> I thought it would be better to support CLSQL in Pg than merge its
vs> code into pg-socket.
ok, I will ask the CLSQL maintainers what they think about this.
vs> *PG-DISABLE-TYPE-COERCION* disable/enable type coercion at
vs> connection time for all following queries, *PG-COERCE-RESULT-TYPES*
vs> allow to disable it for some of them only (when
vs> *PG-DISABLE-TYPE-COERCION* is NIL of cause).
that's true. I would prefer to retain a single variable, which could
be bound at connection time to avoid the expensive query to
populate the parser table, or at runtime for a specific query to
disable parsing for its results.
Thanks,
--
Eric Marsden
More information about the pg-devel
mailing list