﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16220	Add introspection for multicolumn indexes	Jeffrey Gelens	Jeffrey Gelens	"The current database introspection methods don't support multi column indexes.

It's difficult to add this functionality to the current get_indexes methods as it's difficult to include it the current returned data d, which is:

{{{
{u'group_id': {'primary_key': False, 'unique': False},
 u'id': {'primary_key': True, 'unique': True}}
}}}

What hvdklauw, jgelens and charstring suggest is a (*cough*)  ""get_real_indexes"" method."	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed	dceu2011 db-indexes	jeffrey@… hvdklauw@… gert.vangool@… charette.s@… Ivan Virabyan aksheshdoshi@…	Accepted	1	0	1	0	0	0
