On Feb 14, 5:13 pm, Waldemar Osuch <[EMAIL PROTECTED]> wrote:
> On Feb 13, 8:03 pm, Richard Jones <[EMAIL PROTECTED]> wrote:
>
> > I've tried poking through the documentation and source to determine
> > this, but it's still unclear to me how SQLAlchemy generates IDs for
> > new rows in Oracle.
>
> > There's support for sequences in the oracle backend, but there don't
> > appear to be sequences created for my tables.
>
> It is a two step process.
> - define the sequences in Oracle
> - indicate to SA that you want to use it for a given table
Thanks, I should have been clearer: how is ID generation done when
there is no sequence assigned to the column?
Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---