diff --git a/README.md b/README.md index 3fd4475..10b5e83 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SQPersist Objective-C Persistence framework wrapper around SQLite. -```Version 1.0.4``` +```Version 1.0.5``` What is it? ----------- @@ -170,6 +170,11 @@ existingUser.deleteObject = YES; The ***cascade*** option delete all sub-objects (childrens) contains by the main entity object. +``` +// DELETE Objects with WHERE conditions : +[Car SQPDeleteWhere:@"color != 'black' AND name = 'Porsche'"]; +``` + SELECT One object -------------------- To select one objet you can use 3 methods ***SQPFetchOneByID*** or ***SQPFetchOneWhere:*** or ***SQPFetchOneByAttribut:withValue:***. diff --git a/SQPersist.xcworkspace/xcuserdata/synertic.xcuserdatad/UserInterfaceState.xcuserstate b/SQPersist.xcworkspace/xcuserdata/synertic.xcuserdatad/UserInterfaceState.xcuserstate index 89cc616..1110949 100644 Binary files a/SQPersist.xcworkspace/xcuserdata/synertic.xcuserdatad/UserInterfaceState.xcuserstate and b/SQPersist.xcworkspace/xcuserdata/synertic.xcuserdatad/UserInterfaceState.xcuserstate differ