shuiyouren / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

Document where syntax of camel case column names #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please add the following to the documentation/wiki:

Columns specified with camel case (ie NSString *columnName) should be converted 
to lowercase with an underscore before each uppercase letter when used in a 
where criteria clause (ie. [Object findByCriteria:@"where column_name = 
'value'"]). 

Original issue reported on code.google.com by Matthew.Botos@gmail.com on 4 Oct 2010 at 1:24