mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Fix external datasources
This commit is contained in:
parent
5692c2c4f7
commit
ad10992404
@ -634,6 +634,9 @@ void CMP_verify_access(thread_db* tdbb, jrd_req* request)
|
||||
case obj_package_header:
|
||||
objType = id_package;
|
||||
break;
|
||||
case obj_type_MAX: // CallerName() constructor
|
||||
fb_assert(transaction->tra_caller_name.name.isEmpty());
|
||||
break;
|
||||
default:
|
||||
fb_assert(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user