Are there changes that relate to automatically obtaining new sequence values on insert for Oracle via JDBC? I have a plugin ( https://gist.github.com/1293900) that executes a statement in a before_create hook to get the nextval from the sequence associated with the dataset. When I use the current master branch, I get the following error when that before_create hook runs:
Sequel::DatabaseError: NativeException: java.sql.SQLException: ORA-02287: sequence number not allowed here I was wondering if there were changes for generated new sequence values for Oracle from means other than a trigger that my plugin might be conflicting with now? -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/tvrE7Sj3DrcJ. 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/sequel-talk?hl=en.
