Thanks. This was your message on the Elixir list: "It looks to me like you are using SQLAlchemy without Elixir, and therefore this isn't the proper place to be asking this question. You should ask over on the SQLAlchemy mailing list.
If you would like help creating an elixir extension, I can help you with that here. Good luck." On 1 ene, 21:01, Jonathan LaCour <[email protected]> wrote: > Kless wrote: > > I just see that will be by a problem of change in API > > > AttributeError: 'str' object has no attribute '_descriptor' > > As I indicated to you over on the Elixir list, you seem to have > used the Elixir encryption extension as a starting point. The > "_descriptor" and the concept of an "entity" are Elixir concepts, > not SQLAlchemy concepts. You need to base your work on other mapper > extensions, not on the Elixir extension, which is designed to only > work with Elixir models, not plain-SQLAlchemy models. > > I'd suggest starting over, and using the following documentation > references: > > Mapper Extension API reference:http://tinyurl.com/8wfkgl > Applying Mapper Extensions:http://tinyurl.com/7a3b5c > > Good luck. > > -- > Jonathan LaCourhttp://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
