On Aug 5, 2007, at 18:06, [EMAIL PROTECTED] wrote:
Overhaul types, support converting fetched arrays to Perl arrays.
Completely overhaul the types system via types.c. We now track
detailed information about every type, including its array quoting
character (a comma for almost all types). We export the full range
of types now, and use them consistently as PG_TYPENAME throughout
the code.
Should we add documentation that lists all of the types?
Added the ability to transform Postgres arrays into Perl arrays
when received from the backend in a stringified form. Added an
option to turn off this behavior as well.
W00t!
David