On Jul 6, 2007, at 4:33 AM, mc wrote:

>
> I am using 0.3.6  and reading the 0.3 doc.
>
> The problem is that actually I need it the way it works for me now,
> i.e. returning the auto_increment fields and not my primary key
> fields.

> Will upgrading sqlalchemy break this (undocumented) feature?
>

as I said, i dont think what you describe is possible - only columns  
explicitly marked as "primary key" get placed into last_inserted_ids 
().  a column that is only auto_increment will not be placed in this  
result.  please send a working test script which illustrates the  
behavior you are seeing.






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