-
Notifications
You must be signed in to change notification settings - Fork 171
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
runtime error: invalid memory address or nil pointer dereference #125
Comments
Hi @luchaobo . Thank you for your report ! Could you show me following ?
|
Thanks to reply. The result of "tbls version": dev The result of "DEBUG=1 tbls doc YOUR_DSN" : MySQL version:MySQL 5.6 Table names: 600+ tables in database. Maybe too many tables cause the error? I run the command with other db and it works fine. |
Problem solved. Table name contain '-' causes the error. eg:tmp-tablename |
Oh! Thank you !! This is bug. I'll fix it. |
Too big... |
The text was updated successfully, but these errors were encountered: