AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

checked whether the value to set is nil and return @"null" as sql repres... #71

Closed jklimke closed 10 years ago

jklimke commented 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

jklimke commented 10 years ago

Wow ... that was fast :-)

AlexDenisov commented 10 years ago

@jklimke, :+1: