1 |
|
2003-04-30 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/transientdb.py (TransientTableBase.__init__): New |
4 |
|
instance variable read_record_last_result |
5 |
|
(TransientTableBase.read_record): Make sure reading the same |
6 |
|
record twice works. The implementation uses the new instance |
7 |
|
variable read_record_last_result |
8 |
|
|
9 |
|
* test/test_transientdb.py |
10 |
|
(TestTransientTable.test_transient_table_read_twice): New test |
11 |
|
case for the above bug-fix. |
12 |
|
|
13 |
|
2003-04-29 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
|
* Thuban/Model/session.py (Session.Destroy): Explicitly close the |
16 |
|
transient DB if it exists to make sure it doesn't leave a journal |
17 |
|
file in the temp directory. |
18 |
|
|
19 |
|
* Thuban/Model/transientdb.py (TransientDatabase.close): Set |
20 |
|
self.conn to None after closing the connection to make sure it's |
21 |
|
not closed twice |
22 |
|
|
23 |
2003-04-29 Jonathan Coles <[email protected]> |
2003-04-29 Jonathan Coles <[email protected]> |
24 |
|
|
25 |
Add a visible parameter in the layer XML tag. The default value is |
Add a visible parameter in the layer XML tag. The default value is |