File: TODO

package info (click to toggle)
libdbd-pg-perl 1.41-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 600 kB
  • ctags: 363
  • sloc: perl: 3,469; ansic: 2,862; makefile: 96; sh: 22
file content (21 lines) | stat: -rw-r--r-- 849 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Known Issues: 

- quote("stuff", {typeinfo }) is broken (only when hashref is passed in)

TODO: 

- Implement advanced SQL parsing, based on stuff in PG (see psql)
- Support for new error protocol
- Support new DBI trace scheme.
- Create a .ppm for Windows
- 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).
- Export the full list of supported OID types.
- finish all type mappings in types.c 
- Implement a clean UTF-8 support.
- add array OID types
- quoting/dequoting of arrays.
- allow user callbacks to quote user-defined types?
- rename functions and add defines to avoid problems with static linking of multi DBDs