1 |
|
2003-05-02 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Implementation of MemoryTable. |
4 |
|
|
5 |
|
* Thuban/Model/table.py (MemoryTable): New. Quite simple table |
6 |
|
implementation that operates on a list of tuples. All of the data |
7 |
|
are kept in the memory. |
8 |
|
|
9 |
|
* test/test_table.py (MemoryTableTest): New. |
10 |
|
|
11 |
|
* test/test_transientdb.py (SimpleTable): Removed. |
12 |
|
(TestTransientTable.test_transient_joined_table, |
13 |
|
(TestTransientTable.test_transient_table_read_twice): Replaced |
14 |
|
SimpleTable by MemoryTable. |
15 |
|
|
16 |
2003-04-30 Jonathan Coles <[email protected]> |
2003-04-30 Jonathan Coles <[email protected]> |
17 |
|
|
18 |
* Data/iceland_sample.thuban: Now contains correct projections |
* Data/iceland_sample.thuban: Now contains correct projections |