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