diff options
author | Tarmo Tänav <tarmo@itech.ee> | 2008-05-12 17:58:03 +0300 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-06-22 16:16:06 -0700 |
commit | 509374ebe2dba0dc2ea7e44d67a6f8d530d12fac (patch) | |
tree | 6ee9f77d5f0d21c3921d0de8cf5c23bc4e0fe133 /actionpack/test/activerecord | |
parent | 2e1b56c93745bf0513e449e95830edd390abfaf2 (diff) | |
download | rails-509374ebe2dba0dc2ea7e44d67a6f8d530d12fac.tar.gz rails-509374ebe2dba0dc2ea7e44d67a6f8d530d12fac.tar.bz2 rails-509374ebe2dba0dc2ea7e44d67a6f8d530d12fac.zip |
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.
Diffstat (limited to 'actionpack/test/activerecord')
0 files changed, 0 insertions, 0 deletions