korsygfhrtzangaiide
Elepffwdsff
/
usr
/
share
/
doc
/
perl-DBD-Pg-2.19.3
/
Upload FileeE
HOME
Possible items to do, in no particular order Feature requests can be entered at http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-Pg - Don't automatically use server-side prepare until a threshold is reached, e.g. X number of executes. Make this a parameter. - Fix ping problem: http://www.cpantesters.org/cpan/report/53c5cc72-6d39-11e1-8b9d-82c3d2d9ea9f - Use WITH HOLD for cursor work - Devise a way to automatically create ppm for Windows builds - I8N docs and error messages - Change quote and dequote functions to take Sv instead of string so that things like arrays can be serialized by the quote function. This will take care of broken chopblanks and pg_bool_tf (pass the quote/dequote options struct to function quote/dequote functions) - Allow user callbacks to quote user-defined types - Revisit the use of version.pm - Test heavily with a thread-enabled Perl - Remove libpq dependency - Handle and/or better tests for different encoding, especially those not supported as a server encoding (e.g. BIG5) - Support passing hashrefs in and out for custom types. - Support a flag for behind-the-scenes CURSOR to emulate partial fetches. - Handle unicode conversion better and perhaps eliminate the need for the pg_enable_utf8 attribute. - 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.