aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/TableSource.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableSource.m b/Source/TableSource.m
index 73e9c9b3..f12a5f86 100644
--- a/Source/TableSource.m
+++ b/Source/TableSource.m
@@ -754,6 +754,7 @@ fetches the result as an array with a dictionary for each row in it
) &&
[theRow objectForKey:@"Extra"] )
{
+ [queryString appendString:@" "];
[queryString appendString:[theRow objectForKey:@"Extra"]];
}