Skip to content

False syntax error reported if DROP or ALTER command is used. #103

@reporter123

Description

@reporter123

The fallowing SQL generates false error from your language serve:

/* Replace with your SQL commands */
DROP TABLE kittens;

false error1

The additional editor highlighting is supplied by "Error Lens" which makes the messages more visable but performs no checks of its own.

A similar message is displayed for:

/* Replace with your SQL commands */
ALTER TABLE kittens DROP COLUMN age;

And even:

/* Replace with your SQL commands */

That a comment fallowed by a blank line which is not an error in SQL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions