Commit dc7e072
Add MariaDB skip condition to JsonNewtonsoftPocoQueryTest
Added [SupportedServerVersionLessThanCondition(nameof(ServerVersionSupport.JsonDataTypeEmulation))] to skip tests on MariaDB.
Tested on both databases:
- MySQL 8.0.40: Single test passing (JsonContains_with_json_element)
- MariaDB 10.5.27: Test properly skipped (JsonDataTypeEmulation active)
This test suite validates JSON query functionality using Newtonsoft.Json serialization.
Co-authored-by: renemadsen <[email protected]>1 parent f29bdf6 commit dc7e072
File tree
1 file changed
+1
-0
lines changed- test/EFCore.MySql.FunctionalTests/Query
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments