Gaetan de Menten schrieb: > password = property(_get_password, _set_password) > > _password = Field(String(20), colname='password')
At first I thought that this didn't work. _get_password and _set_password where never called. Then I updated Elixir from 0.6.0 to 0.6.1 and now it works. Thanks! Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
