Re: [sqlalchemy] Sequences in Oracle RAC out of order

2017-07-03 Thread Mike Bayer
On Mon, Jul 3, 2017 at 7:57 AM, David Moore 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 key

[sqlalchemy] Sequences in Oracle RAC out of order

2017-07-03 Thread David Moore
Hello, I just chased down a bug in our application while using SQLAlchemy 1.0.6 in an Oracle RAC environment, which should probably be in SQLAlchemy documentation somewhere, and possibly motivate a change to the options for sequence creation on Oracle. Basically, our application assumes a colu