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

Fix Query contains COMMENT and/or CHARACTER SET #30

Open
Sassine opened this issue Apr 23, 2022 · 0 comments
Open

Fix Query contains COMMENT and/or CHARACTER SET #30

Sassine opened this issue Apr 23, 2022 · 0 comments
Assignees
Labels
bug Something isn't working v1.0.0-beta 1.0.0-beta version

Comments

@Sassine
Copy link
Owner

Sassine commented Apr 23, 2022

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)
);`
@Sassine Sassine added bug Something isn't working v1.0.0-beta 1.0.0-beta version labels Apr 23, 2022
@Sassine Sassine self-assigned this Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1.0.0-beta 1.0.0-beta version
Projects
None yet
Development

No branches or pull requests

1 participant