I've been trying create an extension for bcryptWrap [1], which has been anything hard since that I'm novice in SQLAlchemy. At least I found a good example of how to make it, following the encrypted extension [2].
I'd like send the code to anybody for that could see it, and to help me to solve a little issue: entity._descriptor.add_mapper_extension(BcryptMapperExtension()) AttributeError: 'str' object has no attribute '_descriptor' Any volunteer? [1] http://pypi.python.org/pypi/bcryptWrap/ [2] http://elixir.ematia.de/trac/browser/elixir/trunk/elixir/ext/encrypted.py --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
