[CBRD-25416] When a query containing a stored procedure fails using JDBC, the SQL syntax included in the error message no longer displays [user_schema]. #1967
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
http://jira.cubrid.org/browse/CBRD-25416
1. JDBC를 사용하여 SP를 사용한 쿼리가 실패하면 오류 메시지에 포함된 SQL 구문에 [user_schema]가 표시되지 않습니다.
과거 PR(CUBRID/cubrid#5258) 에서 SP 에 [user_schema]를 사용할 수 있게 기능을 추가하며 TC를 수정 했으나,
PR(CUBRID/cubrid#5615) 에서 로직이 수정돼 JDBC 에러 메세지에서 SP의 [user_schema]가 제거되도록 변경 됐습니다.
Repro
Answer
Result