On Nov 25, 2007, at 5:46 PM, Paul Johnston wrote:

>
> 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.
>

executemany() calls aren't supposed to return anything for  
last_inserted_ids.   if you need last_inserted_ids you need to use  
individual insert executions.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to