Changelog for
rubygem-mysql2-testsuite-0.3.11-22.10.i586.rpm :
* Fri Mar 23 2012 saschpeAATTsuse.de- Spec file cleanup:
* Factory preparation
* Thu Jan 05 2012 mrueckertAATTsuse.de- update to 0.3.11 see /usr/lib
*/ruby/gems/1.8/gems/mysql2-0.3.11/CHANGELOG.md
* Wed Sep 21 2011 mrueckertAATTsuse.de- update to 0.3.7 see /usr/lib
*/ruby/gems/1.8/gems/mysql2-0.3.7/CHANGELOG.md
* Thu Dec 09 2010 chrisAATTcomputersalat.de- update to 0.2.6
* version bump since the 0.2.5 win32 binary gems were broken- 0.2.5 (October 19th, 2010)
* fixes for easier Win32 binary gem deployment for targeting 1.8 and 1.9 in the same gem
* refactor of connection checks and management to avoid race conditions with the GC/threading to prevent the unexpected loss of connections
* update the default flags during connection
* add support for setting wait_timeout on AR adapter
* upgrade to rspec2
* bugfix for an edge case where the GC would clean up a Mysql2::Client object before the underlying MYSQL pointer had been initialized
* fix to CFLAGS to allow compilation on SPARC with sunstudio compiler - Anko painting anko.com+githubAATTgmail.com- 0.2.4 (September 17th, 2010)
* 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 yanagiAATTshakenbu.org
* fix a long-standing data corruption bug - thank you thank you thank you to AATTjoedamato (http://github.com/ice799)
* bugfix from calling mysql_close on a closed/freed connection surfaced by the above fix- 0.2.3 (August 20th, 2010)
* connection flags can now be passed to the constructor via the :flags key
* switch AR adapter connection over to use FOUND_ROWS option
* patch to ensure we use DateTime objects in place of Time for timestamps that are out of the supported range on 32bit platforms < 1.9.2- 0.2.2 (August 19th, 2010)
* Change how AR adapter would send initial commands upon connecting
*
* we can make multiple session variable assignments in a single query
* fix signal handling when waiting on queries
* retry connect if interrupted by signals- 0.2.1 (August 16th, 2010)
* bring mysql2 ActiveRecord adapter back into gem- 0.2.0 (August 16th, 2010)
* switch back to letting libmysql manage all allocation/thread-state/freeing for the connection
* cache various numeric type conversions in hot-spots of the code for a little speed boost
* ActiveRecord adapter moved into Rails 3 core
*
* Don\'t worry 2.3.x users! We\'ll either release the adapter as a separate gem, or try to get it into 2.3.9
* Fix for the \"closed MySQL connection\" error (GH #31)
* Fix for the \"can\'t modify frozen object\" error in 1.9.2 (GH #37)
* Introduce cascading query and result options (more info in README)
* Sequel adapter pulled into core (will be in the next release - 3.15.0 at the time of writing)
* add a safety check when attempting to send a query before a result has been fetched- fix license o MIT-LICENSE
* Wed Jul 28 2010 mrueckertAATTsuse.de- initial package 0.1.9