Changes between Initial Version and Version 1 of Ticket #2661, comment 9
- Timestamp:
- 11/23/16 16:17:27 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2661, comment 9
initial v1 1 During my work with new datasets I discovered an additional bug in the TableFileParser. DateTime values contained in a CSV file can only be imported as string values. r14408 fixes the bug that occurred due to wrong logical junction in an if clause (and instead of or) that was introduced with r14298. A result of that bug was that no DateTime columns containing a date in the first row, which is the first of the month, or a date in January or any date in 0001, could be parsed correctly.1 During my work with new datasets I discovered an additional bug in the TableFileParser. DateTime values contained in a CSV file can only be imported as string values. r14408 fixes the bug that occurred due to wrong logical junction in an if clause (and instead of or) that was introduced with r14298. A result of that bug was that no DateTime columns containing a date in the first row, which day is the first, or a date in January or any date in 0001, could be parsed correctly. 2 2 3 3 r14408: Fixed a bug in the TableFileparser that omits the correct detection of DateTime columns.