aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
diff options
context:
space:
mode:
authorMax <dmoagx@users.noreply.github.com>2018-05-21 03:47:47 +0200
committerMax <dmoagx@users.noreply.github.com>2018-05-21 03:47:47 +0200
commitcc3ac6bd77fc50ffdba67b7f4fecf4b682b4c5be (patch)
treea5b9ed9c8dcdf6498884449aea8b15fdbdfb4e42 /Frameworks
parent5fa68474e6f817c32bf87db41f9879df8b1674dd (diff)
downloadsequelpro-cc3ac6bd77fc50ffdba67b7f4fecf4b682b4c5be.tar.gz
sequelpro-cc3ac6bd77fc50ffdba67b7f4fecf4b682b4c5be.tar.bz2
sequelpro-cc3ac6bd77fc50ffdba67b7f4fecf4b682b4c5be.zip
Add support for NO_BACKSLASH_ESCAPES sql_mode during SQL import (#3005)
Diffstat (limited to 'Frameworks')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h2
1 files changed, 2 insertions, 0 deletions
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)