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
Refactor: Share cached reflection members between type mapping classes
Made reflection members (utf8Property, getBytesMethod, memoryStreamCtor) protected
so MySqlComplexJsonTypeMapping can reuse them instead of doing redundant reflection.
This is a minor performance optimization and code cleanup.
Still investigating SQL syntax errors in bulk update scenarios.
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
0 commit comments