Closed jklimke closed 10 years ago
with the current solution, NSDate columns could not be set as nil -> if this happened, the date was setz to jan 1st 1970 since an offset value of 0 was returned. Ich changed the sql serialization to return a @"null" string
Wow ... that was fast :-)
@jklimke, :+1:
with the current solution, NSDate columns could not be set as nil -> if this happened, the date was setz to jan 1st 1970 since an offset value of 0 was returned. Ich changed the sql serialization to return a @"null" string