We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b1a5b commit ea196b6Copy full SHA for ea196b6
Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m
@@ -124,6 +124,7 @@ - (NSArray *)databasesLike:(NSString *)nameLikeString
124
// Perform the query and record state
125
SPMySQLResult *databaseResult = [self queryString:databaseQuery];
126
[databaseResult setDefaultRowReturnType:SPMySQLResultRowAsArray];
127
+ [databaseResult setReturnDataAsStrings:YES]; //see #2699
128
129
// Retrieve the result into an array if the query was successful
130
if (![self queryErrored]) {
0 commit comments