[sqlalchemy] versioning and complex collection

2011-02-24 Thread Tim-Erwin
Hi, I'm trying to implement a versioning mechanism similar to this recipe: http://www.sqlalchemy.org/trac/wiki/UsageRecipes/VersionedMap The idea: as in the example I'd like to have (lets say) a Config of which the data ist stored in vertical tables. The difference to the example: I'd like to

Re: [sqlalchemy] versioning and complex collection

2011-02-24 Thread Michael Bayer
On Feb 24, 2011, at 5:13 PM, Tim-Erwin wrote: Hi, I'm trying to implement a versioning mechanism similar to this recipe: http://www.sqlalchemy.org/trac/wiki/UsageRecipes/VersionedMap The idea: as in the example I'd like to have (lets say) a Config of which the data ist stored in