Merge pull request #95 from an-tao/dev

Fix an issue that occur on incorrect SQL
This commit is contained in:
An Tao 2019-03-27 16:10:13 +08:00 committed by GitHub
commit 92d7867ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ void PgConnection::handleRead()
}
if (_isWorking)
{
if (_isRreparingStatement)
if (_isRreparingStatement && _cb)
{
doAfterPreparing();
}