On Apr 27, 8:25 pm, Xavier Lange <[email protected]> wrote: > I am using set_model and finding myself with some problems. I cannot > find set_row_proc yet. Am I jumping the gun and it hasn't been written > or should I be going through a plugin? Or should I just be setting > row_proc directly?
I believe you are looking for Dataset#row_proc=. You just need to set that with a proc that will be called with each record retrieved from the dataset. 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 -~----------~----~----~----~------~----~------~--~---
