On Oct 12, 1:21 pm, Jeremy Evans <[email protected]> wrote: > I still think the suggestions I made in my previous post stand, with > some small additions: > > 1) Add support to Sequel's Oracle adapter to support bound variables > and prepared statements, using Sequel's existing API. > > 2) Add support for placeholder literal strings to accept a single hash > of arguments and use named placeholders in that case. > > 3) Add support for Dataset#bind, for setting bound variables before > calling Dataset#call. > > 4) Create a Sequel extension that adds a method allowing nicer syntax > for bound variables/prepared statements. If this extension meets the > 5 points I mentioned earlier, I wouldn't have a problem shipping it > with Sequel. > > I wouldn't have a problem completing 2) and 3) myself, and I could > probably help you with 4) if not complete it myself. Since I don't > have an Oracle installation, you'll have to complete 1) yourself, > though I'd be happy to answer any Sequel-related questions.
3) has now been implemented: http://github.com/jeremyevans/sequel/commit/23e3544f178fb59daca7a4e53615f38ee86e1a01 Jeremy --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
