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
Support python-sqlparse 0.2.0 #302
Comments
|
I have the same error on Fedora 24, the tuple contains an integer. |
|
I've bisected sqlparse and found this commit breaks mycli |
|
@meeuw Thank you for taking the time to bisect and find the error. The latest release of sqlparse (version 0.2.0) made some significant changes that are breaking mycli. So I've chosen to pin the version of required sqlparse to 0.1.19. I haven't found the time to upgrade mycli to adapt to the changes introduced in 0.2.0. Sorry for the inconvenience. I hope to get it compatible eventually, but it's just taking a while. |
|
Closing this issue since it was released in version 1.8.1. |
mycli 1.8.0 could not work with python-sqlparse 0.2.0.
The text was updated successfully, but these errors were encountered: