Changelog for 509374e

This commit is contained in:
Jeremy Kemper 2008-06-22 16:21:08 -07:00
parent 509374ebe2
commit a73ac98123

@ -1,5 +1,8 @@
*Edge*
* PostgreSQL: support :conditions => [':foo::integer', { :foo => 1 }] without
treating the ::integer typecast as a bind variable. [Tarmo Tänav]
* MySQL: rename_column preserves column defaults. #466 [Diego Algorta]
* Add :from option to calculations. #397 [Ben Munat]