Skip to content

0.1.4

Compare
Choose a tag to compare
@brianmario brianmario released this 13 Jun 01:56
· 1613 commits to master since this release
  • optimization: implemented a local cache for rows that are lazily created in ruby during iteration. The MySQL C result is freed as soon as all the results have been cached
  • optimization: implemented a local cache for field names so every row reuses the same objects as field names/keys
  • refactor the Mysql2 connection adapter for ActiveRecord to not extend the Mysql adapter - now being a free-standing connection adapter