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
Improve the judgment granularity of exception information of different databases in JDBC backend, current method of tracking exception classes is too coarse-grained and requires fine-grained judgment. see #1980 (comment)
How should we improve?
No response
The text was updated successfully, but these errors were encountered:
…information in JDBC backend (#2862)
### What changes were proposed in this pull request?
Determine exceptions more accurately based on SQL Exception error codes.
### Why are the changes needed?
Fix: #2227
### How was this patch tested?
Add the unit tests.
---------
Co-authored-by: xiaojiebao <[email protected]>
What would you like to be improved?
Improve the judgment granularity of exception information of different databases in JDBC backend, current method of tracking exception classes is too coarse-grained and requires fine-grained judgment. see #1980 (comment)
How should we improve?
No response
The text was updated successfully, but these errors were encountered: