Author: turnstep Date: Thu Sep 10 11:32:13 2009 New Revision: 13298 Modified: DBD-Pg/trunk/TODO
Log: Quick reminder about arrays. Modified: DBD-Pg/trunk/TODO ============================================================================== --- DBD-Pg/trunk/TODO (original) +++ DBD-Pg/trunk/TODO Thu Sep 10 11:32:13 2009 @@ -23,3 +23,4 @@ - Fix this: http://nntp.x.perl.org/group/perl.cpan.testers/2698430 - Composite type support: http://www.postgresql.org/docs/current/interactive/rowtypes.html - Full support for execute_array, e.g. the return values +- Fix array support: execute([1,2]) not working as expected, deep arrays not returned correctly. \ No newline at end of file
