File: todo.txt

package info (click to toggle)
postgis 1.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 10,468 kB
  • ctags: 4,310
  • sloc: sql: 73,321; ansic: 35,513; xml: 6,160; java: 6,061; sh: 3,428; perl: 1,447; cpp: 987; makefile: 727; yacc: 276; python: 192
file content (26 lines) | stat: -rw-r--r-- 916 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Todo for PostGIS 1.0 compatible JDBC classes
$Id: todo.txt 2491 2006-09-27 15:50:33Z mschaber $

- even more Testing, especialy against different postgis, 
  pgjdbc and postgresql releases.

- Handling of length() - esp. with modifying the geometries

- Handling of hashCode() - esp. with modifying the geometries

- Test correctness of toString() and getValue() for compatibility reasons

- See where the code can be cleaned and leaned.

- Finish JTS support

- Creating a sane extension interface for pgjdbc that allows binary
  transfers and convince upstream to use it, then create support for it.

- Possibly adding server side code to support plJava
  http://gborg.postgresql.org/project/pljava/projdisplay.php

- Rework the BinaryParser/BinaryWriter to work on SQLInput/SQLOutput 
  instances, as well as reworking ValueGetter/ValueSetter to implment those interfaces.

- Unify the build of app java projects