Files
rails/activerecord/lib
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-05-11 18:34:05 -05:00