On Feb 13, 11:57 am, Clive Crous <[email protected]> wrote: > 2009/2/13 Jeremy Evans <[email protected]>: > > > Dataset#call_sproc is database independent, while the API to > > Database#call_sproc is not. It would be fairly easy to add the > > *_sproc methods via metaprogramming. I didn't because it doesn't save > > much typing, and if you use Dataset#call_sproc it doesn't need to be > > called differently. > > It is my experience, from todays testing, that (for mysql at least) > Database#call_sproc does not work at all whereas Dataset#call_sproc > requires :select as the first parameter to get any results back. Is > this what is meant to happen?
Yes. See http://www.ruby-forum.com/topic/172717. I really should add previous release notes to the git repository, maybe I'll get around to that next week. 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 -~----------~----~----~----~------~----~------~--~---
