File: todo.txt

package info (click to toggle)
postgis 2.1.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 35,424 kB
  • ctags: 8,886
  • sloc: sql: 113,491; ansic: 97,254; xml: 41,127; sh: 11,925; java: 5,662; perl: 3,113; makefile: 2,265; python: 1,198; yacc: 438; lex: 114
file content (28 lines) | stat: -rw-r--r-- 959 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
22
23
24
25
26
27
28
Todo for PostGIS 1.0 compatible JDBC classes
$Id: todo.txt 9324 2012-02-27 22:08:12Z pramsey $

- even more Testing, especialy against different postgis, 
  pgjdbc and postgresql releases.
  
- Use JUnit for testing (maven)

- Unify the build of app java projects -> maven

- 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.