#2272 closed enhancement (fixed)
[patch] Bug fix and improvements for SQLite introspection
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | normal | Keywords: | introspection sqlite |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This patch includes the following improvements:
- Bug fix for get_table_description to return a proper 7 element DB-API cursor.description tuple
- Skip sqlite_sequence system table in get_table_list
- Implementation of get_indexes for primary key and unique index introspection
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | django-sqlite-introspection.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3285]) Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@…