cubrid icon indicating copy to clipboard operation
cubrid copied to clipboard

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

Open hyunikn opened this issue 4 months ago • 0 comments

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

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

hyunikn avatar Oct 18 '24 06:10 hyunikn