Comment 3 for bug 653300

Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

1. Date regex was found to be broken for matching dates with 0000 or 00 in.
2. Date/time conversion was spitting out a pointer as well as converted data (main problem)
3. A '%' was output with the progress output
4. Disable NOT NULL on dates for conversion because a 0000-00-00 in data will turn into a NULL.