Changes for version 1.61_00 - 2013-04-15

  • BUG FIXES
    • Adjust the privs needed for the DROP/CREATE table test. [GH#35] (Joe Crotty)
    • Fixed RT84170 - when using scrollable cursors and you've done a positioned fetch and then keep fetching until the end of the result-set calls to fetch never return undef and you keep getting the last row forever. Also added test case to the 51scroll.t test (Martin J. Evans).