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 orm for support mysql #57

Merged
merged 2 commits into from
May 23, 2020
Merged

Conversation

00Kai0
Copy link
Contributor

@00Kai0 00Kai0 commented Feb 12, 2019

Hi @leportella
The issue is sqlalchemy.exc.CompileError: (in table 'users_info', column 'username'): VARCHAR requires a length on dialect mysql.
We must declare length for String or Unicode in mysql.

@leportella
Copy link
Collaborator

@00Kai0 sorry for taking so long! Do you mind rebasing this please?

@00Kai0
Copy link
Contributor Author

00Kai0 commented Aug 11, 2019

@leportella Sorry to reply to you so late. I have rebase it.

@chicocvenancio
Copy link

Just ran into this error today. Thanks for the fix @00Kai0

@mttcnnff
Copy link

@leportella can you guys merge this and create a release please? I'm currently blocked by it and would love to use this change

@leportella leportella merged commit bd60941 into jupyterhub:master May 23, 2020
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

Successfully merging this pull request may close these issues.

None yet

4 participants