Jane1234567 / sqlitepersistentobjects

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

Please expose methods needed for custom complex queries #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In my subclass of SQLitePersistentObject to add my 
+dictionariesForProperties:withCriteria:sortedBy: method, I needed the 
following private methods.  
Please expose them in the headers:

+ (void)tableCheck;
- (void)makeClean;
- (void)markDirty;
- (BOOL)isDirty;

The +tableCheck method could be omitted if you instead provide other methods to 
perform a 
query and step through the results.

Original issue reported on code.google.com by goo...@dejal.com on 6 Mar 2009 at 10:23

GoogleCodeExporter commented 8 years ago
Sounds good to me, helps with unit tests - any objections?  Or a better 
objective-c way to do this?

Original comment by chris.go...@kimptoc.net on 9 Mar 2009 at 8:52