aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/TableContent.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m
index 07b7fc9d..2e192d4b 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -462,7 +462,7 @@
case 4:
compareOperator = @"IN";
doQuote = NO;
- [argument setString:[[@"('" stringByAppendingString:argument] stringByAppendingString:@"')"]];
+ [argument setString:[[@"(" stringByAppendingString:argument] stringByAppendingString:@")"]];
break;
case 5:
compareOperator = @"IS NULL";