1 |
|
2003-07-03 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/transientdb.py (TransientJoinedTable.__init__): |
4 |
|
Update doc-string |
5 |
|
(TransientJoinedTable.create): Do not modify the column objects of |
6 |
|
the input tables in place and copy all columns of the input tables |
7 |
|
into the joined table after all. |
8 |
|
|
9 |
|
* test/test_transientdb.py |
10 |
|
(TestTransientTable.test_transient_joined_table_same_column_name): |
11 |
|
Update to reflect the new behavior |
12 |
|
(TestTransientTable.test_transient_joined_table_with_equal_column_names): |
13 |
|
Update to reflect the new behavior |
14 |
|
(TestTransientTable.test_transient_joined_table_name_collisions_dont_modify_in_place): |
15 |
|
New test case for a bug which modified the column objects in place |
16 |
|
|
17 |
2003-07-02 Jonathan Coles <[email protected]> |
2003-07-02 Jonathan Coles <[email protected]> |
18 |
|
|
19 |
* Thuban/Model/classgen.py (generate_singletons, |
* Thuban/Model/classgen.py (generate_singletons, |