I saw the posts about SQLAlchemy updating an id when this is generated
by SQLAlchemy by setting Sequence() on the table's primary key Column,
but being an old Oracle hacker, I am generating the primary keys via
pre-insert triggers on the tables.

As SQLAlchemy is not selecting seq_name.nextval itself the id of the
object is not being updated as is the case above.

Is there nonetheless any SQLAlchemy magic to retrieve the value of the
newly inserted record?

Thanks for your help,

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