We are porting some stored procs and need a cross driver implementation specifically across oracle and postgres but ideally across all major popular rdms and at the very least MS Sequel Server.
Our approach is to use the jdbc drivers since we want to deploy on Jruby for various reasons. Given that it seems that our only strategy would be to use pagination but just in case I want to create some leeway in case we decide for example to support the native pg driver which now Sequel has the use_cursor support. thus my idea is to do something like this: def cursor a_table end -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
