1 |
|
2003-07-01 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_transientdb.py |
4 |
|
(TestTransientTable.test_transient_joined_table_same_column_name): |
5 |
|
New. Test whether joining on columns with the same names in both |
6 |
|
tables works. |
7 |
|
|
8 |
|
* Thuban/Model/transientdb.py (TransientJoinedTable.create): Make |
9 |
|
sure to use the right internal names even when joining on field |
10 |
|
with the same names in both tables. Also, detect duplicate names |
11 |
|
in the joined table correctly. |
12 |
|
|
13 |
|
2003-07-01 Frank Koormann <[email protected]> |
14 |
|
|
15 |
|
* Thuban/UI/renderer.py (ExportRenderer.render_legend): |
16 |
|
Reverse List of layers to render in same order as in desktop legend. |
17 |
|
|
18 |
|
2003-06-30 Jonathan Coles <[email protected]> |
19 |
|
|
20 |
|
* Thuban/version.py: SQLite/PySQLite version dependencies |
21 |
|
were too high. |
22 |
|
|
23 |
|
2003-06-30 Jonathan Coles <[email protected]> |
24 |
|
|
25 |
|
* Thuban/version.py: Update version to 0.8.1 |
26 |
|
|
27 |
|
* MANIFEST.in: Added Projections so that default.proj is |
28 |
|
included. |
29 |
|
|
30 |
2003-06-26 Jonathan Coles <[email protected]> |
2003-06-26 Jonathan Coles <[email protected]> |
31 |
|
|
32 |
New About box with lots more information including library |
New About box with lots more information including library |