On 2015-03-13 13:58 Jonathan Vanasco <[email protected]> wrote: > Use a mixin on the classes to create a dict of the column values. > Then create a new object with that dict. > [..]
Looks complex. My solution has only one function, work for nearly all simple declarative_base() derived classes. When I understand your solution correct I have to create a dict for each new Class I add. Can you please explain, what you mean with "revision tracking"? -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
