Re: Take index type into account in inspectdb command

2016-08-25 Thread akki
Ticket to add support for introspection of index type - https://code.djangoproject.com/ticket/27097 On Friday, 19 August 2016 21:03:00 UTC+5:30, Tim Graham wrote: > > I think if we do a similar thing like we do for field introspection > (outputting a comment like "# This field type is a guess"

Re: Take index type into account in inspectdb command

2016-08-19 Thread Tim Graham
I think if we do a similar thing like we do for field introspection (outputting a comment like "# This field type is a guess" next to unknown fields) it would be okay. The comment might say the backend doesn't support index type introspection. Let's put out a call for help to try to get index i

Take index type into account in inspectdb command

2016-08-17 Thread akki
Hi Currently the inspectdb command doesn't take the database indexes into account (Ticket - #27060 ). While working on adding this feature, there was some confusion related to the inclusion of the index type. I have implemented this feature