Hi, I've submitted a patch adding basic JDBC stored procedure support
to the Sequel Database object. The next step would be to add this
functionality to the Dataset as well. Since this is my first patch
and I'm still getting familiar with the code (thank you Jeremy for
your assistance with it all), I figured I'd start small. I've tested
this successfully using JRuby and the SQLServer JDBC driver.
Usage is:
DB.execute_sproc("{call mysp(?,?)}", :args => ['first param', 'second
param'])
I've tried to respect the :type flags, as well as the sharding
behavior. Any comments/feedback is welcome. I've opened a ticket
here:
http://code.google.com/p/ruby-sequel/issues/detail?id=252
Thanks,
Kris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---