Opened 14 years ago
Closed 14 years ago
#14097 closed (duplicate)
Add "--skip" option to inspectdb.
Reported by: | Adam Vandenberg | Owned by: | nobody |
---|---|---|---|
Component: | django-admin.py inspectdb | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If you're inspecting a MySQL db, and it has a view that references missing columns, then inspectdb will stop with an exception while inspecting that database.
Add a "--skip" option to inspectdb to skip over tables that throw errors instead of aborting.
Note:
See TracTickets
for help on using tickets.
Sorry for the duplicate.