Skip to content

Fix Query contains COMMENT and/or CHARACTER SET #30

@Sassine

Description

@Sassine

Query example result error parsing

CREATE TABLE ExampleTutorial (
	id INT(20) NOT NULL AUTO_INCREMENT,
	title VARCHAR(255) NOT NULL,
	dat_calendar DATE(20),
	description TEXT(20) COMMENT 'Description post',
	content TEXT(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci,
	PRIMARY KEY (id)
);`

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingv1.0.0-beta1.0.0-beta version

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions