Re: [sqlalchemy] Immediate access to value of a new object's Sequence primary key column?

2013-11-06 Thread Michael Bayer
@googlegroups.com [sqlalchemy@googlegroups.com] on behalf of Jonathan Vanasco [jonat...@findmeon.com] Sent: Wednesday, November 06, 2013 2:01 PM To: sqlalchemy@googlegroups.com Subject: [sqlalchemy] Re: Immediate access to value of a new object's Sequence primary key column? You missed

RE: [sqlalchemy] Immediate access to value of a new object's Sequence primary key column?

2013-11-06 Thread Michael Nachtigal
] Sent: Wednesday, November 06, 2013 2:01 PM To: sqlalchemy@googlegroups.commailto:sqlalchemy@googlegroups.com Subject: [sqlalchemy] Re: Immediate access to value of a new object's Sequence primary key column? You missed adding the object to the session, before the flush. this should work