This project is archived and is in readonly mode.
Changeset [4ecc13b46b11b05c133c663fc1868687130b798f] by Tarmo Tänav
June 23rd, 2008 @ 12:16 AM
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.
Committed by Repository
- M activerecord/lib/active_record/base.rb
- M activerecord/test/cases/finder_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>