AlexDenisov / iActiveRecord

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

* enabled usage of database views as base for an active record object #72

Closed jklimke closed 10 years ago

jklimke commented 10 years ago

i added some code for handling the different format of column names that is delivered by sqlite3 function if the underlying database table of an ActiveRecord class is a database view.

The code should usually not have any other effect, since the column is not null with normal dabase tables