Skip to content

Commit 2279f7b

Browse files
committed
Fix a mistyped field name in system query
1 parent 9458c37 commit 2279f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/dfw.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4376,7 +4376,7 @@ static bool create_field(thread_db* tdbb, SSHORT phase, DeferredWork* work, jrd_
43764376

43774377
FOR(REQUEST_HANDLE handle)
43784378
FLD IN RDB$FIELDS
4379-
WITH FLD.RDB$FIELD_NAME EQ depName.schema.c_str() AND
4379+
WITH FLD.RDB$SCHEMA_NAME EQ depName.schema.c_str() AND
43804380
FLD.RDB$FIELD_NAME EQ depName.object.c_str()
43814381
{
43824382
if (!FLD.RDB$VALIDATION_BLR.NULL)

0 commit comments

Comments
 (0)