mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:43:02 +01:00
Fixed assertion when run test bugs.core_0805 in Classic mode
This commit is contained in:
parent
2d2bb746f9
commit
dd9aeea691
@ -181,7 +181,7 @@ void InternalConnection::attach(thread_db* tdbb)
|
||||
if (status->getState() & IStatus::STATE_ERRORS)
|
||||
raise(&status, tdbb, "JProvider::attach");
|
||||
|
||||
attachment->att_ext_parent = this;
|
||||
m_attachment->getHandle()->att_ext_parent = this;
|
||||
}
|
||||
|
||||
m_sqlDialect = (attachment->att_database->dbb_flags & DBB_DB_SQL_dialect_3) ?
|
||||
|
Loading…
Reference in New Issue
Block a user