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

SET datatype not handled correctly #94

Open
seb303 opened this issue Nov 23, 2023 · 0 comments
Open

SET datatype not handled correctly #94

seb303 opened this issue Nov 23, 2023 · 0 comments

Comments

@seb303
Copy link

seb303 commented Nov 23, 2023

It should not start a new line before and after the "SET" like it does here:
image
image
Here's the raw query for the 2nd example:
ALTER TABLE o2_test ADD COLUMN enum_test2 ENUM('va1','val2','val3') AFTER set_test, ADD COLUMN set_test2 SET('va1','val2','val3') AFTER enum_test2

@seb303 seb303 changed the title SET datatypes are not handled correctly SET datatype not handled correctly Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant