Changes between Initial Version and Version 1 of Ticket #589
- Timestamp:
- May 14, 2007, 8:54:45 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #589 – Description
initial v1 12 12 It looks like exportBaseFileSerial() method closes the DbControl but the run() method expects it to be open and calls commit() later. I think the DbControl shouldn't be closes in the exportBaseFileSerial() method at all since it is not opened in this method. 13 13 14 Exporting in normal (matrix) formats works. 15