Skip trying to create sequences in Oracle people/TBSliver/oracle-sequence-ignore
authorTom Bloor <t.bloor@shadowcat.co.uk>
Wed, 9 Mar 2016 19:05:38 +0000 (19:05 +0000)
committerTom Bloor <t.bloor@shadowcat.co.uk>
Wed, 9 Mar 2016 19:05:38 +0000 (19:05 +0000)
commit5487ad1bc7a12c866358bd84d10ba27748807784
treeca3b811bb6b632000b3c5a767acb0209c3478c33
parentc286b8648ffcebbc620edd901516ac5b9eb29321
Skip trying to create sequences in Oracle

In Oracle, unlike in Postgres, you have to completely drop and recreate a
sequence if you want to change the current value - or do custom
increment/decrement logic for it. This means that making this work in a
universal way is extremely difficult if not impossible. If this proves to be an
issue in the future, this can be revisited.
lib/DBIx/Class/Fixtures.pm