|
Just a thought. how about adding a 'rows' method... rows = sql.rows("select * from foo") as grabbing all of the rows into a list could be very handy in general? Then oneRow (or is firstRow a better name) could be a trivial helper method for the above statement I think you're right, James ! A new patch with "rows" and "firstRow" methods. Patch applied, thank you Jean-Louis! |
|||||||||||||||||||||||||||||||||||||||||
The patch i wrote to add the "oneRow" method.