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 2020using System . Linq ;
2121using System . Threading . Tasks ;
2222using FirebirdSql . Data . FirebirdClient ;
23+ using FirebirdSql . EntityFrameworkCore . Firebird . FunctionalTests . Helpers ;
2324using Microsoft . EntityFrameworkCore ;
2425using Microsoft . EntityFrameworkCore . Diagnostics ;
2526using Microsoft . EntityFrameworkCore . Query ;
@@ -156,4 +157,11 @@ public override Task FromSqlRaw_queryable_simple_projection_composed(bool async)
156157 {
157158 return base . FromSqlRaw_queryable_simple_projection_composed ( async) ;
158159 }
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+ }
159167}
You can’t perform that action at this time.
0 commit comments