lock 버그 수정
git-svn-id: svn://192.168.0.12/source@87 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -214,7 +214,7 @@ void Widget::StopButton()
|
||||
bool Widget::LockTable(QString _strTable)
|
||||
{
|
||||
QSqlQuery query;
|
||||
return query.exec(QString("lock tables " + _strTable + "write" ).toUtf8());
|
||||
return query.exec(QString("lock tables " + _strTable + " write" ).toUtf8());
|
||||
}
|
||||
|
||||
void Widget::UnLockTables()
|
||||
|
||||
Reference in New Issue
Block a user