1 |
2003-09-01 Bernhard Herzog <[email protected]> |
2003-09-01 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the |
4 |
|
parameter list to just parent and session |
5 |
|
(ChooseDBTableDialog.__set_properties): Removed. Setting the |
6 |
|
selection of empty list boxes is not allowed (and produces C++ |
7 |
|
assertion errors) and the rest of the setup is better done in |
8 |
|
__init__ anyway. |
9 |
|
(ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK) |
10 |
|
(ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python |
11 |
|
builtins True/False for booleans to avoid warnings from wxPython |
12 |
|
|
13 |
|
* Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new |
14 |
|
ChooseDBTableDialog constructor parameters. |
15 |
|
|
16 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
17 |
|
|
18 |
* Thuban/Model/postgisdb.py |
* Thuban/Model/postgisdb.py |
19 |
(PostGISTable): Extend doc-string |
(PostGISTable): Extend doc-string |
20 |
(PostGISTable._fetch_table_information): Set the column index |
(PostGISTable._fetch_table_information): Set the column index |