Is it possible to bypass the hash creation when iterating over a
dataset, and instead yield an array of specified columns to the block,
like this?
DB[:table].each(:column1, :column2) do |col1, col2| ... end
ISTR seeing something like this somewhere, but can't find it in the rdoc
now.
--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---