AlexDenisov / iActiveRecord

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

Table name not lowercase (as specified in documentation) #37

Closed alexiscreuzot closed 11 years ago

alexiscreuzot commented 11 years ago

Hi Alex,

I have a model User:ActiveRecord, and I need to get rows from an already existing database with a table user. Problem is : iActiveRecord is creating (and thus expecting) a table named User instead of user.

Any way around that?

Thanks for your time.

alexiscreuzot commented 11 years ago

Well my bad, SQLite doesn't seems to be case sensitive, my error came form elsewhere (not having createdAt and updatedAt fields in my existing db).