Skip to content

Commit 3217f44

Browse files
committed
Fix #9090 - Firebird 6.0.0 inconsistencies re rdb$object_type 38 (SCHEMA)
1 parent e26e3e5 commit 3217f44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/jrd/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ TYPE("COLLATION", obj_collation, nam_obj_type)
101101
TYPE("PACKAGE", obj_package_header, nam_obj_type)
102102
TYPE("PACKAGE BODY", obj_package_body, nam_obj_type)
103103
TYPE("INDEX_CONDITION", obj_index_condition, nam_obj_type)
104+
TYPE("SCHEMA", obj_schema, nam_obj_type)
104105

105106
TYPE("LIMBO", 1, nam_trans_state)
106107
TYPE("COMMITTED", 2, nam_trans_state)

0 commit comments

Comments
 (0)