Re: [svn:DBD-Pg] r9821 - in DBD-Pg/trunk: . t
"David E. Wheeler" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
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