RDBI / rdbi

rdbi is an attempt to rewrite the core of Ruby/DBI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:first and :last should be outside of Result#fetch

erikh opened this issue · comments

These should be moved to a separate fetch call that implies a single result would be yielded.

Result#first and Result#last now.