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
fixes#1874 CacheNamespaceRef causes IllegalArgumentException depending on the mapper order
As described in the report, `parseStatement()` actually parses result maps before parsing statement.
When parsing result map succeeds and parsing statement fails, `parseStatement()` tries to re-adding the same result map in the re-try phase and causes IllegalArgumentException.
This fix is isolating result map parsing from `parseStatement()`.
0 commit comments