Files
rails/activerecord/test
Tarmo Tänav 509374ebe2 Named bind variables can now be used with postgresql-style typecasts
For example :conditions => ['stringcol::integer = :var', { :var => 10 }]
will no longer raise an exception about ':integer' having a missing value.
2008-06-22 16:16:06 -07:00
..
2008-01-18 07:27:03 +00:00
2008-05-01 15:03:16 -05:00
2008-06-19 09:59:36 -07:00