You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Match PostgreSQL implementation - use dbType: null
Changed MySqlStructuralJsonTypeMapping to match PostgreSQL's Npgsql implementation:
1. Use `dbType: null` instead of `DbType.String` in base constructor
2. Use inline Expression.New() for CustomizeDataReaderExpression like Npgsql
3. Match PostgreSQL's static field pattern for reflection lookups
PostgreSQL successfully uses JsonTypePlaceholder as ClrType with these exact patterns.
The dbType: null parameter is critical for proper SQL column projection.
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
0 commit comments