From f4967d21057a1363cacc9607b5ace0149a45ca11 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 11 Mar 2013 23:03:28 +0000 Subject: - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it 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 --- Frameworks/SPMySQLFramework/Source/SPMySQL.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQL.h') diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQL.h b/Frameworks/SPMySQLFramework/Source/SPMySQL.h index aa9008b6..904f390c 100644 --- a/Frameworks/SPMySQLFramework/Source/SPMySQL.h +++ b/Frameworks/SPMySQLFramework/Source/SPMySQL.h @@ -58,6 +58,7 @@ // MySQL result set, streaming subclasses of same, and associated categories #import "SPMySQLResult.h" +#import "SPMySQLEmptyResult.h" #import "SPMySQLStreamingResult.h" #import "SPMySQLFastStreamingResult.h" #import "Field Definitions.h" -- cgit v1.2.3