Kirat Kumar
Kirat Kumar
Hi @jerryshao, These regular expressions were utilized within a method, namely `getErrorCodeFromMessage(String message)`, which accepted SQLException messages as arguments. The purpose was to identify specific error codes, such as 1007...
Hi @zhoukangcn, @yuqi1129, Thank you for the review. As I'm relatively new to contributing, I'd appreciate any further guidance on what steps I can take to ensure that this PR...
> @kiratkumar47 can you please move forward this? @mchades should I close this pull request?
This variable is solely utilized within the `getErrorCodeFromMessage(String message)` method. Considering that SQLExceptions return error codes such as 1007 for a missing database and 1051 for a missing table, it...
Hi @justinmclean #3399 This PR is ready for review.
Could you please assign this task to me? I would love to work on this