Commit ed88cd3
Enable AdHocJsonQueryMySqlTest for MySQL
Made AdHocJsonQueryMySqlTest public and added MariaDB skip condition. This test suite includes ad-hoc JSON query scenarios covering:
- JSON entity projections
- JSON collections with nested structures
- Enum handling in JSON
- Missing/null navigations and scalars
- Junk data in JSON
- IReadOnlyList collections
Test results: 22 passing, 8 skipped, 37 failing due to MySQL's stricter JSON validation (rejecting invalid JSON with null: syntax and other malformations that the test expects to handle).
Removed AdHocJsonQueryTestBase and AdHocJsonQueryRelationalTestBase from compliance test ignored list.
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>1 parent 6813cad commit ed88cd3
File tree
2 files changed
+7
-4
lines changed- test/EFCore.MySql.FunctionalTests
- Query
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
16 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments