4 messages in com.googlegroups.sqlalchemy[sqlalchemy] Multiple inserts and las...
FromSent OnAttachments
Paul Johnston25 Nov 2007 14:45 
Michael Bayer25 Nov 2007 15:22 
Jason R. Coombs27 Nov 2007 08:18 
Michael Bayer27 Nov 2007 08:27 
Subject:[sqlalchemy] Multiple inserts and last_inserted_ids
From:Paul Johnston (pa@pajhome.org.uk)
Date:11/25/2007 02:45:58 PM
List:com.googlegroups.sqlalchemy

Hi,

I just realised, MSSQL is not returning last_inserted_ids correctly when an insert is done with multiple sets of params for a single statement. I don't think this is particularly a problem, just wanted to check what the intention is.

Paul