Skip to content
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

[CBRD-25633] recognize and run CSQL session commands in string literals, comments, identifiers, and PL/CSQL SP body. #5559

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

hyunikn
Copy link
Contributor

@hyunikn hyunikn commented Oct 18, 2024

http://jira.cubrid.org/browse/CBRD-25633

  • 문자열 리터럴, 주석, identifier, PL/CSQL SP body에서 CSQL 의 세션커맨드를 실행하지 못하도록 막았던 것을 풀었습니다.
  • ;edit 명령에 의해 시스템 에디터에서 편집된 라인들에 대해 csql_walk_statement() 를 호출하여 editor 상태를 업데이트 했습니다.
    • PL/CSQL SP CREATE 문의 끝을 판정하는 과정이 에디터가 종료된 이후에도 정상적으로 이어질 수 있도록 하기 위해 필요합니다.

@hyunikn hyunikn self-assigned this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant