On Sunday, February 12, 2017 at 1:08:27 PM UTC-8, Nikita Shilnikov wrote: > > It seems that Sequel doesn't use returning statements and use home-grown > sequence generation instead. I wonder if there is any particular reason for > querying a sequence after each INSERT statement and not using RETURNING? I > could add support for this feature. >
I don't think there is a particular reason. Do you know what versions of Oracle support RETURNING? Assuming Sequel can be setup to only use RETURNING on those versions, and you provide a pull request that implements support and the oracle adapter tests pass with it (rake spec_oracle), it should be able to go in. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
