1 |
2003-05-06 Bernhard Herzog <[email protected]> |
2003-05-06 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/transientdb.py (TransientTableBase.SimpleQuery): |
4 |
|
Implement a simple query method for the query dialog |
5 |
|
(TransientTableBase.create): Add an INTEGER PRIMARY KEY that holds |
6 |
|
the row index or shapeid. |
7 |
|
(TransientTable.create): Insert the right value of the row index |
8 |
|
(TransientJoinedTable.create): Copy the row index of the left |
9 |
|
table to the joined result table |
10 |
|
|
11 |
|
* test/test_transientdb.py |
12 |
|
(TestTransientTable.test_transient_table_read_twice): Fix |
13 |
|
doc-string |
14 |
|
(TestTransientTable.test_transient_table_query): New. Test for the |
15 |
|
SimpleQuery method |
16 |
|
|
17 |
|
2003-05-06 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
Convert all table users to use the new table interface. This only |
Convert all table users to use the new table interface. This only |
20 |
covers Thuban itself, not GREAT-ER or other applications built on |
covers Thuban itself, not GREAT-ER or other applications built on |
21 |
Thuban yet, so the compatibility interface stays in place for the |
Thuban yet, so the compatibility interface stays in place for the |