File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 72
72
<![CDATA[ DROP TRIGGER t_iu_part_gen_comp]]>
73
73
</drop >
74
74
<dialect-scope name =" NHibernate.Dialect.FirebirdDialect" />
75
+ <dialect-scope name =" NHibernate.Dialect.Firebird4Dialect" />
75
76
</database-object >
76
77
77
- </hibernate-mapping >
78
+ </hibernate-mapping >
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ CREATE GENERATOR MYGENERATOR;
21
21
DROP GENERATOR MYGENERATOR;
22
22
</drop >
23
23
<dialect-scope name =" NHibernate.Dialect.FirebirdDialect" />
24
+ <dialect-scope name =" NHibernate.Dialect.Firebird4Dialect" />
24
25
</database-object >
25
26
26
27
<database-object >
37
38
DROP TRIGGER my_entity_BI;
38
39
</drop >
39
40
<dialect-scope name =" NHibernate.Dialect.FirebirdDialect" />
41
+ <dialect-scope name =" NHibernate.Dialect.Firebird4Dialect" />
40
42
</database-object >
41
43
42
44
<database-object >
@@ -71,4 +73,4 @@ DROP TRIGGER my_entity_BI;
71
73
</database-object >
72
74
73
75
74
- </hibernate-mapping >
76
+ </hibernate-mapping >
You can’t perform that action at this time.
0 commit comments