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

Schema Preview does not show anything when database is MySQL #269

Closed
anilshanbhag opened this issue Dec 27, 2016 · 2 comments
Closed

Schema Preview does not show anything when database is MySQL #269

anilshanbhag opened this issue Dec 27, 2016 · 2 comments

Comments

@anilshanbhag
Copy link

After a bit of digging, the problem is that the app name is hardcoded in the SQL query run
https://github.com/groveco/django-sql-explorer/blob/master/explorer/schema.py#L94

If we make it the app name, it should work.

@leehinde
Copy link

leehinde commented Apr 7, 2017

I just upgraded my local dev version and I think I just got bit by this: I got a javascript runtime error:

Error: The list need to have at list one item on init otherwise you'll have to add a template. (list.min.js)

and no Schema data.

@artschwagerb
Copy link
Contributor

#291

chrisclark added a commit that referenced this issue Jun 27, 2017
Fix #269 - Schema not displaying in MySQL
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

3 participants