Committed by Greg Sabino Mullane <[email protected]> Update TODO
--- TODO | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index e0b6510..65798ba 100644 --- a/TODO +++ b/TODO @@ -3,10 +3,11 @@ 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 +May also be some at +https://github.com/bucardo/dbdpg +(although we prefer using cpan.org) + - Map hstore to hashes ala array/array mapping -- Don't automatically use server-side prepare until a threshold is reached, - e.g. X number of executes. Make this a parameter. - POC: b997f051f11a1dc0415d9f4e937b6dd0ba96d2d6 - 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 @@ -25,4 +26,4 @@ http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-Pg - Support a flag for behind-the-scenes CURSOR to emulate partial fetches. - 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 +- Fix array support: execute([1,2]) not working as expected, deep arrays not returned correctly. -- 1.8.4
