Commit d8a9fb4
Add MariaDB skip condition to JsonMicrosoftDomQueryTest and JsonNewtonsoftDomQueryTest
Added [SupportedServerVersionLessThanCondition(nameof(ServerVersionSupport.JsonDataTypeEmulation))] to both DOM query test classes to skip tests on MariaDB.
Tested on MySQL 8.0.40: JsonMicrosoftDomQueryTest.JsonContains_with_json_element passing
These test suites validate JSON DOM query functionality using System.Text.Json and Newtonsoft.Json with JsonDocument/JToken types.
Co-authored-by: renemadsen <[email protected]>1 parent 3624d8b commit d8a9fb4
File tree
2 files changed
+2
-0
lines changed- test/EFCore.MySql.FunctionalTests/Query
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments