kubo / ruby-oci8

Ruby-oci8 - Oracle interface for ruby
Other
169 stars 75 forks source link

How can I loop all rows via cursor #142

Closed xuwupeng2000 closed 7 years ago

xuwupeng2000 commented 7 years ago
cursor = conn.parse sql
cursor.fetch_hash

I can only get one row out.