Skip to content

0.3.6

Compare
Choose a tag to compare
@brianmario brianmario released this 13 Jun 02:24
· 1164 commits to master since this release
  • fix bug in Time/DateTime range detection
  • (win32) fix bug where the Mysql2::Client object wasn't cleaned up properly if interrupted during a query
  • add Mysql2::Result#count (aliased as size) to get the row count for the dataset
    this can be especially helpful if you want to get the number of rows without having to inflate
    the entire dataset into ruby (since this happens lazily)