-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL reference 7.3 release note 관련 업데이트 #472
base: master
Are you sure you want to change the base?
Conversation
번역할 매뉴얼 국문
한 개의 table이거나 혹은 view 를 명시한다. | ||
This indicates that multiple_delete applies to one table or view. | ||
|
||
한 개의 table이거나 혹은 view 를 명시한다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 구문 clause 구조를 보니 one_table이 multiple_delete 구문에 걸리는 것이라고 이해했습니다. 국문이 설명이 모호해서 구체화해봤는데 내용 점검 부탁드립니다.
| {m} | Match the preceding element for m times. | | ||
| {m,} | Match the preceding element for m or more times. | | ||
| \| | Match a single expression among multiple expressions. | | ||
| () | Match a subexpression. Multiple expressions can be grouped as a single complex regular expression. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
html 코드로 들어가 있던 테이블을 이후 수정이 용이하고, 형식상 통일감을 가질 수 있도록 타이포라 내 테이블 포맷으로 바꾸었습니다. html 코드를 유지해야 한다면 알려주세요~
|
||
\X 이스케이프 시퀀스는 유니코드 확장 문자소 클러스터(Unicode extended grapheme cluster)를 의미한다. 자소 집합(grapheme cluster)은 사람이 읽을 수 있는 단일 문자를 말하며 하나의 자소 집합은 여러 개의 코드 포인트(code points)로 이루어진다. | ||
확장 문자소 클러스터로 구성된 유니코드 캐릭터들과 매치된다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 문장의 주어를 이스케이프 시퀀스로 추측했지만..? 자소 집합일 수도 있고 혹시 몰라서 우선 남겨놨습니다. 명확한 주어를 알려주시면 수정하겠습니다.
|
||
PCRE2 호환 모드에서 발생하는 에러 중 0x2106C 에러 코드는 아래와 같은 형식으로 에러 메시지가 출력된다. <1%s>는 PCRE2 라이브러리에서 반환한 메시지이며 <0%s>는 Altibase 에서 해당 에러가 발생한 위치를 의미한다. 이 에러 메시지에 대한 원인과 조치 방법은 Error Message Reference의 [15.Regular Expression Error Code](https://github.com/ALTIBASE/Documents/blob/master/Manuals/Altibase_7.3/kor/Error Message Reference.md#15regular-expression-error-code) 장에서 확인할 수 있다. | ||
이 에러 메시지에 대한 원인과 조치 방법은 Error Message Reference의 [15.Regular Expression Error Code](https://github.com/ALTIBASE/Documents/blob/master/Manuals/Altibase_7.3/kor/Error Message Reference.md#15regular-expression-error-code) 장에서 확인할 수 있다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error Message Reference 영문 매뉴얼에 관련 내용이 누락되어 있습니다.
리뷰 부탁드립니다.