1 |
|
2003-08-19 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Add very basic postgis database support and the corresponding test |
4 |
|
cases. The test cases require a PostgreSQL + postgis installation |
5 |
|
but no existing database. The database will be created |
6 |
|
automatically by the test cases |
7 |
|
|
8 |
|
* test/README: Add note about skipped tests and the requirements |
9 |
|
of the postgis tests. |
10 |
|
|
11 |
|
* Thuban/Model/postgisdb.py: New. Basic postgis database support. |
12 |
|
|
13 |
|
* test/test_postgis_db.py: New. Test cases for the postgis |
14 |
|
support. |
15 |
|
|
16 |
|
* Thuban/Model/wellknowntext.py: New. Parser for well-known-text |
17 |
|
format |
18 |
|
|
19 |
|
* test/test_wellknowntext.py: New. Test cases for the |
20 |
|
wellknowntext parser |
21 |
|
|
22 |
|
* test/postgissupport.py: New. Support module for tests involving |
23 |
|
a postgis database. |
24 |
|
|
25 |
|
* test/support.py (execute_as_testsuite): Shut down the postmaster |
26 |
|
if it's still running after the tests |
27 |
|
|
28 |
|
* Thuban/Model/data.py (RAW_WKT): New constant for raw data in |
29 |
|
well known text format |
30 |
|
|
31 |
2003-08-19 Jan-Oliver Wagner <[email protected]> |
2003-08-19 Jan-Oliver Wagner <[email protected]> |
32 |
|
|
33 |
* Examples/simple_extensions/hello_world.py: New. Raises a Hello World |
* Examples/simple_extensions/hello_world.py: New. Raises a Hello World |