[DBIx-Class-Devel] [DBIx-Class-Fixtures] Skip trying to create sequences in Oracle (#10)

Tom Bloor notifications at github.com
Wed Mar 9 19:09:59 GMT 2016


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.
You can view, comment on, or merge this pull request online at:

  https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10

-- Commit Summary --

  * Skip trying to create sequences in Oracle

-- File Changes --

    M lib/DBIx/Class/Fixtures.pm (22)

-- Patch Links --

https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10.patch
https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20160309/c40b4430/attachment.htm>


More information about the DBIx-Class-Devel mailing list