On Mar 15, 2010, at 4:58 PM, Michael Bayer wrote: > we have some index examples at > http://www.sqlalchemy.org/docs/metadata.html#indexes . the Index is not > related to declarative and is specified separately.
Any plans to improve this? I would have thought that Indexes would be defined under __table_args__ along with constraints, which are often related. Since Index creation is such a common need, and the current means of creating one is counter-intuitive, do you think you could add a sample Index code snippet to the declarative documentation? -Daniel -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
