ok, just discovered your "forget my last post" message... On Sep 10, 12:11 pm, bohrax <[EMAIL PROTECTED]> wrote: > class User(Entity): > _password = Field(Unicode, colname="password") > > /Henrik > > On Sep 3, 8:44 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I searched the docs, but didn't find anything. I need to have a column > > with a certainname, but thatnamecan't be thenameon the object. > > > Something like this: > > > class User(Entity): > > _password = Field(Unicode,name="password") > > > Any idea? > > > Diez > >
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
