mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 07:23:04 +01:00
Removed wrong assert
This commit is contained in:
parent
05027f8148
commit
db7baf02e6
@ -3229,7 +3229,6 @@ void ResultSet::freeClientData(IStatus* status, bool force)
|
||||
rem_port* port = rdb->rdb_port;
|
||||
RefMutexGuard portGuard(*port->port_sync, FB_FUNCTION);
|
||||
|
||||
fb_assert(statement->haveException() == 0);
|
||||
statement->clearException();
|
||||
|
||||
if (statement->rsr_flags.test(Rsr::LAZY))
|
||||
|
Loading…
Reference in New Issue
Block a user