From e4c3ec208cde23fb73edeb9db69a7f65a36d9fd4 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 3 Sep 2012 10:53:23 +0000 Subject: PostgresKit: set the last error to be an instance of FLXPostgresError not a string. --- Frameworks/PostgresKit/Source/PostgresKit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Frameworks/PostgresKit/Source/PostgresKit.h') diff --git a/Frameworks/PostgresKit/Source/PostgresKit.h b/Frameworks/PostgresKit/Source/PostgresKit.h index cc9c7f13..40c86169 100644 --- a/Frameworks/PostgresKit/Source/PostgresKit.h +++ b/Frameworks/PostgresKit/Source/PostgresKit.h @@ -18,6 +18,7 @@ // License for the specific language governing permissions and limitations under // the License. +#import "FLXPostgresError.h" #import "FLXPostgresResult.h" #import "FLXPostgresStatement.h" #import "FLXPostgresException.h" -- cgit v1.2.3