We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c0ef1 commit 177f6ccCopy full SHA for 177f6cc
src/jrd/grant.epp
@@ -483,7 +483,7 @@ static void get_object_info(thread_db* tdbb,
483
}
484
else if (obj_type == obj_database)
485
{
486
- fb_assert(object_name.schema.isEmpty() && object_name.object.isEmpty());
+ fb_assert(object_name.schema.isEmpty());
487
488
AutoCacheRequest request(tdbb, irq_grant17, IRQ_REQUESTS);
489
0 commit comments