From e22762ee183cdf079fd8b18131325b145e8fb707 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 27 Oct 2009 23:57:26 +0000 Subject: Missing space when appending extra field info when creating a new field. Fixes original problem reported in issue #445. --- Source/TableSource.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/TableSource.m') 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"]]; } -- cgit v1.2.3