1 |
|
2003-05-22 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/transientdb.py (TransientJoinedTable.__init__): |
4 |
|
Added "outer_join = False" as optional parameter. |
5 |
|
(TransientJoinedTable.create): If outer join is true, perform a |
6 |
|
"LEFT OUTER JOIN" instead of "JOIN", which preserves all records of |
7 |
|
the left table. Records not matching are filled with 0 / None. |
8 |
|
|
9 |
|
* Thuban/UI/join.py (JoinDialog.__init__): Checkbox for outer join. |
10 |
|
(JoinDialog.OnJoin): Consider outer join check box. |
11 |
|
|
12 |
2003-05-22 Bernhard Herzog <[email protected]> |
2003-05-22 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
* Thuban/UI/join.py (JoinDialog.OnJoin): Use exc_info in a |
* Thuban/UI/join.py (JoinDialog.OnJoin): Use exc_info in a |