On Mon, Jul 3, 2017 at 7:57 AM, David Moore <dav...@j5int.com> wrote: > I understand this is done for performance reasons, and in the very common > case that all you want from your Sequence is to autogenerate a unique id, > it's absolutely fine. However, it would be nice to have an option to > specify the ORDER keyword when creating your SEQUENCE if you really need a > Sequence in sequential order, and a documentation note that this is an > oddity of Oracle RAC.
there's nothing controversial about adding a new keyword to Sequence, this would be ORDER / NOORDER , if you'd like to submit a pull request it would look just like this commit: https://bitbucket.org/zzzeek/sqlalchemy/commits/66b9a71ce7457b618e9040c1c0bbc2dbd1966354 sequence is easy because we just let all the keywords through without any dialect-specific formality. > > Kind regards, > > Dave Moore > > -- > SQLAlchemy - > The Python SQL Toolkit and Object Relational Mapper > > http://www.sqlalchemy.org/ > > To post example code, please provide an MCVE: Minimal, Complete, and > Verifiable Example. See http://stackoverflow.com/help/mcve for a full > description. > --- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sqlalchemy+unsubscr...@googlegroups.com. > To post to this group, send email to sqlalchemy@googlegroups.com. > Visit this group at https://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To post to this group, send email to sqlalchemy@googlegroups.com. Visit this group at https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.