Ticket #112 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

query() modification

Reported by: sandal Assigned to: sandal
Milestone: Ruport 0.7 Keywords:
Cc:

Description

It'll be quite rare that I want:

query "select * from foo" do |table|

..

end

considering I can do table = query "select * from foo"

so let's get this down to a single behavior, can the yield_type thing or whatever.

if block form is used, it will do row by row iteration.

Change History

11/18/06 10:38:40 changed by sandal

  • milestone set to Ruport 0.7.

12/22/06 00:00:12 changed by sandal

  • status changed from new to closed.
  • resolution set to fixed.

12/22/06 00:00:59 changed by sandal