함수 관련 오류에 대한 새로운 오류 코드(보류 중)¶
함수 호출에 문제가 있을 때 반환되는 메시지의 오류 코드가 다음과 같이 변경됩니다.
- 변경 전:
The error code of function-related errors is
002140.002140=SQL compilation error: Unknown function- 변경 후:
The error code of function-related errors is
002139.002139=SQL compilation error: Unknown functionAn error message with the new error code includes additional information when the error occurred because the caller didn’t have the correct access control privileges.
참조: 2124