also note you can do this stuff without a patch with the @compiles decorator, if you just need to get something done. you'd redefine compilation for CreateIndex.
On Jun 21, 2011, at 3:55 PM, Michael Bayer wrote: > > On Jun 21, 2011, at 3:52 PM, Filip Zyzniewski - Tefnet wrote: > >> Dnia 2011-06-21, wto o godzinie 15:34 -0400, Michael Bayer pisze: >>> sure probably, just compile the expression through the dialect and its >>> fine >> >> Would you like me to try to come up with a patch for that? >> >> Do you think that column_property could have an optional 'index' keyword >> argument for this situation? > > mmm....probably not ! column_property() is ORM level has nothing to do > with DDL > >> >> regards, >> Filip Zyzniewski >> Tefnet >> >> >> >> -- >> 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. >> > > -- > 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. > -- 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.
