Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

v1.7.0 SET Invalid Grammar #288

Copy link
Copy link
@rayliverified

Description

@rayliverified
Issue body actions

Describe the bug
SET grammar doesn't account for CHARACTER SET and breaks when encountering that combination.

To Reproduce

CREATE TABLE `table_notes` (
  `id` int NOT NULL AUTO_INCREMENT,
  `notes` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
);

set('A', 'B', 'C') works. Set defaults also works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.