Monotone-Parent: 29aefdeb26834742b8cd9f01120573b4dcbcc7ed

Monotone-Revision: f9bb5a5f3c1e5dea5cb04ead39373ab637b9ee09

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-13T13:00:02
maint-2.0.2
Francis Lachapelle 2012-07-13 13:00:02 +00:00
parent ef848303a3
commit a6b8e42cbf
1 changed files with 1 additions and 2 deletions

View File

@ -188,8 +188,7 @@ static NSString *sessionsFolderURLString = nil;
queries = [tc specialQueries];
sql = [NSString stringWithFormat: @"SELECT count(*) FROM %@",
[self _storeTableName]];
sql = [NSString stringWithFormat: @"SELECT count(*) FROM %@", tableName];
if ([tc evaluateExpressionX: sql])
{
sql = [queries createSessionsFolderWithName: tableName];