Skip to content

0.2.19

Compare
Choose a tag to compare
@brianmario brianmario released this 15 Jul 23:57
· 875 commits to master since this release

This release contains all of the same code and therefore release notes as 0.3.12.

The following changes are specific to 0.2.19:

Changes

Bug fixes

  • The ActiveRecord adapter now symbolizes the keys from the connection options hash as early as possible to ensure hash lookups on that hash will work before the Mysql2::Client object is created.
  • Make sure a default LIMIT is set when an OFFSET is set.
  • A couple of small fixes related to newer ActiveRecord versions since the last mysql2 release

View the diff here