From 537a96297f236e2c41dd6d18ae317d2211a334a5 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 29 Mar 2012 23:55:09 +0000 Subject: - Fix SPMySQL warnings about delegate and proxy methods mixing synthesized getters and manually overridden setters - Fix autoincrement ID retrieval in SPMySQL, addressing issues previewing rows when the setting for "Reload Table After: Adding a row" is not being used --- Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m') diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m index 17acaf1b..800157ca 100644 --- a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m +++ b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m @@ -54,8 +54,6 @@ const char *SPMySQLSSLPermissibleCiphers = "DHE-RSA-AES256-SHA:AES256-SHA:DHE-RS #pragma mark - #pragma mark Synthesized properties -@synthesize delegate; -@synthesize proxy; @synthesize host; @synthesize username; @synthesize password; @@ -124,6 +122,7 @@ const char *SPMySQLSSLPermissibleCiphers = "DHE-RSA-AES256-SHA:AES256-SHA:DHE-RS previousEncodingUsesLatin1Transport = NO; // Initialise default delegate settings + delegate = nil; delegateSupportsWillQueryString = NO; delegateSupportsConnectionLost = NO; delegateQueryLogging = YES; -- cgit v1.2.3