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.

Change History (1)

comment:1 by Adam Vandenberg, 14 years ago

Resolution: duplicate
Status: newclosed

Sorry for the duplicate.

Note: See TracTickets for help on using tickets.
Back to Top