[sqlalchemy] Database-side data mangling

2011-07-27 Thread Sergey V.
Good day, I'm trying to figure out how to do something similar to the Symmetric Encryption recipe (http://www.sqlalchemy.org/trac/wiki/UsageRecipes/ SymmetricEncryption), only on the database side, not in Python. I have a suspicion that @compiles decorator may provide a solution, but having

Re: [sqlalchemy] Database-side data mangling

2011-07-27 Thread Michael Bayer
On Jul 27, 2011, at 8:56 PM, Sergey V. wrote: Good day, I'm trying to figure out how to do something similar to the Symmetric Encryption recipe (http://www.sqlalchemy.org/trac/wiki/UsageRecipes/ SymmetricEncryption), only on the database side, not in Python. I have a suspicion that