1 |
2003-05-26 Bernhard Herzog <[email protected]> |
2003-05-26 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Remove the Precision methods again. They're too DBF specific to be |
4 |
|
part of the table interface and they're only used in table_to_dbf |
5 |
|
anyway. |
6 |
|
|
7 |
|
* Thuban/Model/transientdb.py (TransientTableBase.Width):Use a |
8 |
|
fixed precision of 12 for doubles. |
9 |
|
(TransientTableBase.Precision): Removed |
10 |
|
(AutoTransientTable.Width): Delegate to self.table. |
11 |
|
|
12 |
|
* Thuban/Model/table.py (DBFTable.Precision) |
13 |
|
(MemoryTable.Precision): Removed. |
14 |
|
(MemoryTable.Width): Use a fixed precision of 12 for doubles. |
15 |
|
(table_to_dbf): Use a fixed precision of 12 for floats unless the |
16 |
|
column object specifies something else. |
17 |
|
|
18 |
|
* test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): New. |
19 |
|
test for table_to_dbf |
20 |
|
|
21 |
|
2003-05-26 Bernhard Herzog <[email protected]> |
22 |
|
|
23 |
|
* test/test_transientdb.py |
24 |
|
(TestTransientTable.run_iceland_political_tests): Fix a comment. |
25 |
|
|
26 |
|
2003-05-26 Bernhard Herzog <[email protected]> |
27 |
|
|
28 |
* Thuban/UI/mainwindow.py (MainWindow.TableOpen): Real |
* Thuban/UI/mainwindow.py (MainWindow.TableOpen): Real |
29 |
implementation. Mark parts of the file format strings for |
implementation. Mark parts of the file format strings for |
30 |
localization. |
localization. |