Actions
Bug #3448
closedDate fields sometimes result in attempting to store as ''
Description
Date fields can only store as NULL or 0000-00-00 to signify a blank value. However in some cases CB trys to store as '', which results in Incorrect date value: '' error.
Files
Updated by krileon over 12 years ago
- File 3448.patch 3448.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Updated by beat over 12 years ago
- Target version changed from CB 1.8.1 to CB 1.9
Updated by beat about 12 years ago
- Status changed from Resolved to Closed
- Estimated time set to 0:30 h
Fixed in r1869 a bit differently than proposed, as I used $_CB_database->getNullDate() for database independence.
Actions