Re: [Sqlalchemy-users] some code snipplets of doubt

2006-02-26 Thread Michael Bayer
these are really interesting. im not sure if I can give you advice on them since Im not totally sure what they dothey both seem to have some overlap with what the mapper/relations do, like if you save an object with the mapper, it will insert or update as appropriate, and if nothing h

[Sqlalchemy-users] some code snipplets of doubt

2006-02-25 Thread Florian Boesch
Hi, I'm fairly new to sqlalchemy and I noticed that I've written some utility functions which I seek advice upon (acting on the assumption that they're fairly silly and somebody must just enlighten my ways :D). Thanks for having a look at the atachment, Florian# The following two functions help me