Skip to content

Commit 7c809ae

Browse files
committed
Add Firebird4Dialect to trigger scope
1 parent 995535e commit 7c809ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/NHibernate.Test/GeneratedTest/ComponentOwner.hbm.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<![CDATA[DROP TRIGGER t_iu_part_gen_comp]]>
7373
</drop>
7474
<dialect-scope name="NHibernate.Dialect.FirebirdDialect"/>
75+
<dialect-scope name="NHibernate.Dialect.Firebird4Dialect"/>
7576
</database-object>
7677

77-
</hibernate-mapping>
78+
</hibernate-mapping>

src/NHibernate.Test/Generatedkeys/Select/MyEntity.hbm.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CREATE GENERATOR MYGENERATOR;
2121
DROP GENERATOR MYGENERATOR;
2222
</drop>
2323
<dialect-scope name="NHibernate.Dialect.FirebirdDialect"/>
24+
<dialect-scope name="NHibernate.Dialect.Firebird4Dialect"/>
2425
</database-object>
2526

2627
<database-object>
@@ -37,6 +38,7 @@ END
3738
DROP TRIGGER my_entity_BI;
3839
</drop>
3940
<dialect-scope name="NHibernate.Dialect.FirebirdDialect"/>
41+
<dialect-scope name="NHibernate.Dialect.Firebird4Dialect"/>
4042
</database-object>
4143

4244
<database-object>
@@ -71,4 +73,4 @@ DROP TRIGGER my_entity_BI;
7173
</database-object>
7274

7375

74-
</hibernate-mapping>
76+
</hibernate-mapping>

0 commit comments

Comments
 (0)