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

64 lines
1.2 KiB
Text
Raw Normal View History

2010-11-22 17:28:34 -05:00
== 2.0.5 (unreleased)
* Bug fixes
* #lock will lock SELECT statements "FOR UPDATE" on mysql
* Nodes::Node#not factory method added for creating Nodes::Not nodes
2010-11-22 17:28:34 -05:00
2010-11-17 11:38:35 -05:00
== 2.0.4
* Bug fixes
* Speed improvements for Range queries. Thanks Rolf Timmermans!
2010-11-16 11:15:58 -05:00
== 2.0.3
* Bug fixes
* Fixing Oracle support
* Added a visitor for "Class" objects
2010-11-11 11:54:55 -05:00
== 2.0.2
* Bug fixes
* MySQL selects from DUAL on empty FROM
* Visitor translates nil to NULL
* Visitor translates Bignum properly
== 2.0.1
* Bug fixes
== 2.0.0 / 2010-08-01
* Enhancements
* Recreate library using the Visitor pattern.
http://en.wikipedia.org/wiki/Visitor_pattern
2010-03-10 17:05:00 -05:00
== 0.3.0 / 2010-03-10
2010-03-10 16:51:01 -05:00
* Enhancements
* Introduced "SQL compilers" for query generation.
* Added support for Oracle (Raimonds Simanovskis) and IBM/DB (Praveen Devarao).
* Improvements to give better support to ActiveRecord.
2010-02-05 12:19:55 -05:00
== 0.2.1 / 2010-02-05
* Enhancements
* Bump dependency version of activesupport to 3.0.0.beta
2010-01-31 21:27:16 -05:00
== 0.2.0 / 2010-01-31
2009-11-10 15:02:57 -05:00
* Ruby 1.9 compatibility
2010-01-31 21:27:16 -05:00
* Many improvements to support the Arel integration into ActiveRecord (see `git log v0.1.0..v0.2.0`)
* Thanks to Emilio Tagua and Pratik Naik for many significant contributions!
2009-11-10 15:02:57 -05:00
== 0.1.0 / 2009-08-06
* 1 major enhancement
* Birthday!