georgiev / rubyfb

ruby/rails Firebird db access library
Other
16 stars 5 forks source link

bugfix: do not close cursor for fetches returning FETCH_ONE #22

Open tkindermann opened 5 years ago

tkindermann commented 5 years ago

when fetching results from a select clause with returning, cursor must not be closed as it is not used in this case.