1 |
|
2003-05-26 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
Table export functionality |
4 |
|
|
5 |
|
* Thuban/Model/table.py (DBFTable.Width, MemoryTable.Width): |
6 |
|
Return width (in characters) for a column. |
7 |
|
(DBFTable.Precision, MemoryTable.Precision): Return decimal precision. |
8 |
|
(table_to_dbf): Write table to dbf file. |
9 |
|
(table_to_csv): Write table to csv file. |
10 |
|
|
11 |
|
* Thuban/Model/transientdb.py (TransientTableBase.Width, |
12 |
|
TransientTableBase.Precision): Return column width and precision. |
13 |
|
|
14 |
|
* Thuban/UI/tableview.py (QueryTableFrame.OnSaveAs): Call table_to_dbf |
15 |
|
or table_to_csv depending on file selection. |
16 |
|
|
17 |
|
* test/test_dbf_table.py: |
18 |
|
Test table_to_dbf (extension of former part of test). |
19 |
|
|
20 |
|
* test/test_csv_table.py: |
21 |
|
Test table_to_csv. |
22 |
|
|
23 |
2003-05-23 Jan-Oliver Wagner <[email protected]> |
2003-05-23 Jan-Oliver Wagner <[email protected]> |
24 |
|
|
25 |
* Thuban/UI/join.py (JoinDialog.OnJoin): Use _() for strings. |
* Thuban/UI/join.py (JoinDialog.OnJoin): Use _() for strings. |