I've pushed a smaller commit into the wip-dcb-unique-indices branch on GitHub that adds a UniqueIndex case class. Conceivably we could add other types of indices if there's a need. If no one has any objections to what I've added I can merge with trunk on Monday.
Derek http://github.com/dpp/liftweb/tree/wip-dcb-unique-indices On Thu, Jul 9, 2009 at 9:44 PM, DFectuoso <[email protected]> wrote: > > I for one would like to say: Cool! Thanks! If i need unique indexes in > the next couple of weeks i'll get this baby to the war( .war thats > it ) =) > > On Jul 9, 11:30 am, Calen Pennington <[email protected]> > wrote: > > As mentioned is this issue > > (http://github.com/dpp/liftweb/issues#issue/19), and as came up on the > > list recently, Lift currently has no way to specify that a field or an > > index be unique. I've coded up a patch that addresses this, and could > > also be used for other index types on a project specific basis (for > > instance, FULLTEXT or SPATIAL indexes in mysql). > > > > -Cale > > > > 0001-Adding-the-ability-to-create-UNIQUE-indexes-over-sin.patch > > 5KViewDownload > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
