-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
CreateTable: DEFAULT CHARACTER SET missing #1331
Comments
Hey @fionera, thanks for checking out the It sounds like you're asking about where the charset/collation info goes after it's parsed, specifically for |
Hi @fionera! If I'm understanding your question correctly, when you use a |
Ah Thank you! I wasnt on the main branch and didnt had the Collation yet. Now I am only missing a way to get the DEFAULT CHARACTER SET part of the query. |
@Hydrocharged I think we support setting default character sets on tables, right? Can you do a pass and summarize what if anything is left to do here? |
I think this might be a way to access that information in GMS, not Dolt related? |
I didn't quite understand the question. We support setting defaults on the table, and I pointed to it in my 2nd link. For clarification, I'm pointing to the collation, but the character set may be retrieved using Since they didn't reply, I think we can assume that they may have figured that part out. I'm in favor of closing this for now, we can create another issue if my assumption is incorrect. |
My mistake, this is indeed a go-mysql-server specfic issue. @fionera please let us know if there's more to do here. Closing in the meantime. |
When a Query contains a DEFAULT CHARACTER SET or a COLLATE its not available in the CreateTable function
The text was updated successfully, but these errors were encountered: