aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h
Commit message (Collapse)AuthorAgeFilesLines
* - Add some overrides to SPMySQLEmptyResult to fix errors when running ↵rowanbeentje2013-08-141-1/+7
| | | | queries which don't produce a result set following the data store changes
* - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it ↵rowanbeentje2013-03-111-0/+35
instead of nil if a query produces no result set. This allows per-result-set properties to be preserved, fixing issues where information like query execution time was lost - addressing Issue #1577