Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2272 closed enhancement (fixed)

[patch] Bug fix and improvements for SQLite introspection

Reported by: dne@… 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)

django-sqlite-introspection.diff (3.6 KB ) - added by dne@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by dne@…, 18 years ago

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3285]) Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@…

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