From 56817be6cc46742b75e23b021787eb006829b53f Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 27 May 2018 21:14:01 +0200 Subject: Internal Refactoring: Move MySQL Help viewer into own xib with own controller --- .../Source/SPMySQLConnection Categories/Querying & Preparation.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Frameworks') diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m index ce52f397..16ff22f3 100644 --- a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m +++ b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m @@ -100,6 +100,7 @@ NSData *escapedData; if (includeQuotes) { +#warning This code assumes that the encoding cData is in is still ASCII-compatible which may not be the case (e.g. for UTF16, EBCDIC) // Add quotes if requested escBuffer[0] = '\''; escBuffer[escapedLength+1] = '\''; -- cgit v1.2.3