|
Jean-Louis Berliet made changes - 13/Feb/05 03:14 PM
Guillaume Laforge made changes - 13/Feb/05 03:55 PM
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.
Jean-Louis Berliet made changes - 19/Feb/05 06:28 AM
Patch applied, thank you Jean-Louis!
Guillaume Laforge made changes - 23/Feb/05 05:09 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The patch i wrote to add the "oneRow" method.