File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/Query Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 20
20
using System . Linq ;
21
21
using System . Threading . Tasks ;
22
22
using FirebirdSql . Data . FirebirdClient ;
23
+ using FirebirdSql . EntityFrameworkCore . Firebird . FunctionalTests . Helpers ;
23
24
using Microsoft . EntityFrameworkCore ;
24
25
using Microsoft . EntityFrameworkCore . Diagnostics ;
25
26
using Microsoft . EntityFrameworkCore . Query ;
@@ -156,4 +157,11 @@ public override Task FromSqlRaw_queryable_simple_projection_composed(bool async)
156
157
{
157
158
return base . FromSqlRaw_queryable_simple_projection_composed ( async) ;
158
159
}
160
+
161
+ [ NotSupportedOnFirebirdTheory ]
162
+ [ MemberData ( nameof ( IsAsyncData ) ) ]
163
+ public override Task Multiple_occurrences_of_FromSql_with_db_parameter_adds_parameter_only_once ( bool async )
164
+ {
165
+ return base . Multiple_occurrences_of_FromSql_with_db_parameter_adds_parameter_only_once ( async) ;
166
+ }
159
167
}
You can’t perform that action at this time.
0 commit comments