diff options
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 2 |
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"; |