AFSQLManager icon indicating copy to clipboard operation
AFSQLManager copied to clipboard

SQL and SQLite manager for iOS

Results 4 AFSQLManager issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

This library is not working anymore. If you are planning to use it, keep in mind that you will need to troubleshoot a bunch of issues. Good luck.

Please help me with this: **_Terminating app due to uncaught exception ’NSInvalidArgumentException’, reason: ‘**_ -[_NSZeroData wirteToFile:options:error]: nil file argument’ ![screen shot 2015-06-09 at 11 57 22 am](https://cloud.githubusercontent.com/assets/7793810/8051897/5530ad9c-0e9f-11e5-9da7-15786bffe9f9.png)

The db is opened successfully, but the `performQuery`'s `withBlock` is not executed for some reason. It seems the issue happens when a query related error occurs. ``` [[AFSQLManager sharedManager]openLocalDatabaseWithName:@"testdb.sqlite" andStatusBlock:^(BOOL...