referenced the wrong issue #
This commit is contained in:
parent
91671e0d9a
commit
164ad07332
|
@ -5,7 +5,7 @@
|
||||||
* cache various numeric type conversions in hot-spots of the code for a little speed boost
|
* cache various numeric type conversions in hot-spots of the code for a little speed boost
|
||||||
* ActiveRecord adapter moved into Rails 3 core
|
* 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
|
** 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 #34)
|
* Fix for the "closed MySQL connection" error (GH #31)
|
||||||
* Fix for the "can't modify frozen object" error in 1.9.2 (GH #37)
|
* 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)
|
* 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)
|
* Sequel adapter pulled into core (will be in the next release - 3.15.0 at the time of writing)
|
||||||
|
|
Loading…
Reference in New Issue