Commit ae071c6
Enable JsonMicrosoftPocoChangeTrackingTest with MariaDB skip
Changed from internal to public and added [SupportedServerVersionLessThanCondition(nameof(ServerVersionSupport.JsonDataTypeEmulation))] to skip tests on MariaDB.
Tested on both databases:
- MySQL 8.0.40: All 14 tests passing
- MariaDB 10.5.27: All tests properly skipped (JsonDataTypeEmulation active)
This test suite validates JSON change tracking functionality using Microsoft System.Text.Json serialization.
Co-authored-by: renemadsen <[email protected]>1 parent dc7e072 commit ae071c6
File tree
1 file changed
+3
-2
lines changed- test/EFCore.MySql.FunctionalTests/Query
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments