1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update History for previous releases

Conflicts:
	History.txt
This commit is contained in:
Andrew Vit 2013-11-12 10:07:48 -08:00 committed by Rafael Mendonça França
parent d4d5800143
commit e5269fef96

View file

@ -10,6 +10,47 @@
* Make visitors threadsafe by removing @last_column
* Support `columns_for_distinct` with Oracle adapter
== 3.0.2 / 2012-02-21
* Enhancements
* Added a module for visiting and transforming bind values
* Fix in [] to be false, not in [] to be true
* Bug Fixes
* Revert fix for LIMIT / OFFSET when query is ordered in Oracle
== 3.0.1 / 2012-02-17
* Bug Fixes
* Fixed LIMIT / OFFSET when query is ordered in Oracle
== 3.0.0 / 2012-01-12
* Enhancements
* Support connection pool and schema cache
* Bug Fixes
* Conditions with no column can be followed by other conditions in Postgres
== 2.2.3 / 2012-02-21
* Enhancements
* Added a module for visiting and transforming bind values
== 2.2.2 / 2012-02-20
* Enhancements
* Support LOCK
* Allow using non-table alias as a right-hand relation name
* Added SelectManager#distinct
== 2.2.1 / 2011-09-15
* Enhancements