Skip to content

0.2.4

Compare
Choose a tag to compare
@brianmario brianmario released this 13 Jun 02:13
· 1406 commits to master since this release
  • a few patches for win32 support from Luis Lavena - thanks man!
  • bugfix from Eric Wong to avoid a potential stack overflow during Mysql2::Client#escape
  • added the ability to turn internal row caching on/off via the :cache_rows => true/false option
  • a couple of small patches for rbx compatibility
  • set IndexDefinition#length in AR adapter - Kouhei Yanagita [email protected]
  • fix a long-standing data corruption bug - thank you thank you thank you to @joedamato (http://github.com/ice799)
  • bugfix from calling mysql_close on a closed/freed connection surfaced by the above fix