~ubuntu-branches/ubuntu/precise/libdbd-pg-perl/precise

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Wolf
  • Date: 2008-06-06 12:55:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080606125526-bz1nh7rmt7bpf12w
Tags: 2.8.0-1
* New upstream release
* Added myself as an uploader

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TODO: 
2
 
 
3
 
- Mention RETURNING clause support in docs.
 
1
Possible items to do, in no particular order
 
2
 
 
3
Feature requests can be entered at 
 
4
http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-Pg
 
5
 
4
6
- Use WITH HOLD for cursor work
5
 
- Start testing with a thread-enabled Perl
6
 
- Create a .ppm for Windows
 
7
- Devise a way to automatically create ppm for Windows builds
 
8
- I8n docs and error messages
7
9
- Change quote and dequote functions to take Sv instead of string so that
8
10
   things like arrays can be serialized by the quote function.  This will
9
11
   take care of broken chopblanks and pg_bool_tf (pass the quote/dequote 
10
 
   options struct to function quote/dequote functions).
11
 
- Allow user callbacks to quote user-defined types?
 
12
   options struct to function quote/dequote functions)
 
13
- Allow user callbacks to quote user-defined types
12
14
- Move to the Module::Build system
 
15
- Test heavily with a thread-enabled Perl
13
16
- Remove libpq dependency
14
17
- Handle and/or better tests for different encoding, especially those not 
15
18
   supported as a server encoding (e.g. BIG5)
16
 
- Add a mode to disallow multi-statement strings
17
19