Re: Index Creation Code?

2008-02-13 Thread Josh Hayes-Sheen
Malcolm Tredinnick wrote: > On Wed, 2008-02-13 at 21:14 -0500, Josh Hayes-Sheen wrote: > >> I was wondering if there was a reason the SQL Index Creation code is >> located in core/management/sql.py instead of the db backends? Indexing >> is pretty common but not

Index Creation Code?

2008-02-13 Thread Josh Hayes-Sheen
I was wondering if there was a reason the SQL Index Creation code is located in core/management/sql.py instead of the db backends? Indexing is pretty common but not part of the SQL Standard afaik, and this seems like it reduces flexibility and prevents advanced indexing from being performed or