Commit f29bdf6
Add MariaDB skip condition to JsonMicrosoftPocoQueryTest
Added [SupportedServerVersionLessThanCondition(nameof(ServerVersionSupport.JsonDataTypeEmulation))] to skip tests on MariaDB.
Tested on both databases:
- MySQL 8.0.40: All 29 tests passing
- MariaDB 10.5.27: All tests properly skipped (JsonDataTypeEmulation active)
This test suite validates JSON query functionality using Microsoft System.Text.Json serialization.
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>1 parent 1de2e19 commit f29bdf6
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