1 |
|
2003-05-07 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* Resources/Bitmaps/fulllayerextent.xpm, |
4 |
|
Resources/Bitmaps/fullselextent.xpm: Replaced the place holders with |
5 |
|
new icons. |
6 |
|
|
7 |
|
2003-05-06 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery): |
10 |
|
New. Simply delegate to the transient table's version. |
11 |
|
|
12 |
|
* test/test_transientdb.py |
13 |
|
(TestTransientTable.test_auto_transient_table_query): New. Test |
14 |
|
case for AutoTransientTable's SimpleQuery |
15 |
|
|
16 |
|
2003-05-06 Bernhard Herzog <[email protected]> |
17 |
|
|
18 |
|
* Thuban/Model/transientdb.py (TransientTableBase.SimpleQuery): |
19 |
|
Implement a simple query method for the query dialog |
20 |
|
(TransientTableBase.create): Add an INTEGER PRIMARY KEY that holds |
21 |
|
the row index or shapeid. |
22 |
|
(TransientTable.create): Insert the right value of the row index |
23 |
|
(TransientJoinedTable.create): Copy the row index of the left |
24 |
|
table to the joined result table |
25 |
|
|
26 |
|
* test/test_transientdb.py |
27 |
|
(TestTransientTable.test_transient_table_read_twice): Fix |
28 |
|
doc-string |
29 |
|
(TestTransientTable.test_transient_table_query): New. Test for the |
30 |
|
SimpleQuery method |
31 |
|
|
32 |
2003-05-06 Bernhard Herzog <[email protected]> |
2003-05-06 Bernhard Herzog <[email protected]> |
33 |
|
|
34 |
Convert all table users to use the new table interface. This only |
Convert all table users to use the new table interface. This only |