Merge pull request #95 from an-tao/dev
Fix an issue that occur on incorrect SQL
This commit is contained in:
commit
92d7867ee4
|
@ -336,7 +336,7 @@ void PgConnection::handleRead()
|
|||
}
|
||||
if (_isWorking)
|
||||
{
|
||||
if (_isRreparingStatement)
|
||||
if (_isRreparingStatement && _cb)
|
||||
{
|
||||
doAfterPreparing();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue