On Feb 15, 10:18 am, Michael Bayer <[EMAIL PROTECTED]> wrote:
> Also with Oracle we don't any "implicit" id generation scheme; you
> have to give it something explicitly, either a sequence,
> ColumnDefault, or always provide primary key identifiers explicitly in
> the INSERT parameters.

Thanks! I could've sworn it was generating IDs for me before I added
in the sequences, but I'm only going from memory and this was ...
*days* ago :)

My DBA is much happier now that I can give him a better idea of what
SQLAlchemy is doing behind the scenes :)


     Richard

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