From cc3ac6bd77fc50ffdba67b7f4fecf4b682b4c5be Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 21 May 2018 03:47:47 +0200 Subject: Add support for NO_BACKSLASH_ESCAPES sql_mode during SQL import (#3005) --- .../SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Frameworks') diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h index 2e4ac7ad..8e4b1121 100644 --- a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h +++ b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h @@ -60,6 +60,8 @@ * the server_status flags that were received most recently (i.e. usually * in return to the last executed query). * + * Calling this method will never affect the mysql error state. + * * THIS METHOD IS NOT THREAD-SAFE! * * @return YES, unless the MySQL connection is invalid (in which case the passed-in struct remains unchanged) -- cgit v1.2.3