Re: [sqlalchemy] In-memory object duplication

2011-03-21 Thread Jacques Naude
and hindsight, doesn't it?) Once again, thanks. Greetings On 17 March 2011 17:13, King Simon-NFHD78 simon.k...@motorolasolutions.comwrote: -Original Message- From: sqlalchemy@googlegroups.com [mailto:sqlalchemy@googlegroups.com] On Behalf Of Jacques Naude Sent: 17 March 2011 12:32

Re: [sqlalchemy] In-memory object duplication

2011-03-17 Thread Jacques Naude
Hi, Simon Thanks for the quick response. Elixir doesn't use __init__ - there's something automatic going on there. My create(), in essence, does the job of __init__, which means you might still be hitting the nail on the head. I haven't had the time to test it out yet, but I will. (Why, though,