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

CASE-SENSITIVE not parsed in DEFINE TEMP-TABLE statement #326

Closed
gustason opened this issue Feb 28, 2025 · 1 comment · Fixed by #330
Closed

CASE-SENSITIVE not parsed in DEFINE TEMP-TABLE statement #326

gustason opened this issue Feb 28, 2025 · 1 comment · Fixed by #330
Assignees
Labels
bug Something isn't working to test 🌳 Test tree-sitter fix

Comments

@gustason
Copy link
Collaborator

For example,

DEFINE TEMP-TABLE ttWebDev NO-UNDO 
    FIELD HtmlId          AS CHARACTER                  CASE-SENSITIVE
    FIELD CssName         AS CHARACTER FORMAT "x(60)":U
    FIELD JsDescription   AS CHARACTER

    INDEX HtmlId IS UNIQUE HtmlId
    INDEX CssName CssName.

Image

@gustason gustason added bug Something isn't working to fix/create 🌳 Fix or Create and link tree-sitter ticket labels Feb 28, 2025
@eglekaz eglekaz self-assigned this Feb 28, 2025
@eglekaz eglekaz added blocked by 🌳 Blocked by tree-sitter implementation and removed to fix/create 🌳 Fix or Create and link tree-sitter ticket labels Feb 28, 2025
@eglekaz
Copy link
Collaborator

eglekaz commented Feb 28, 2025

Changes on tree-sitter side done. Will test it with next PR

@eglekaz eglekaz added to test 🌳 Test tree-sitter fix and removed blocked by 🌳 Blocked by tree-sitter implementation labels Feb 28, 2025
@eglekaz eglekaz linked a pull request Mar 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working to test 🌳 Test tree-sitter fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants