diff options
author | brainopia <brainopia@evilmartians.com> | 2015-01-07 03:29:26 +0300 |
---|---|---|
committer | brainopia <brainopia@evilmartians.com> | 2015-01-08 01:42:33 +0300 |
commit | 824862807be47bee5adbd15e365a2add57df5301 (patch) | |
tree | 98bf41e7d60020a7564787fdf6e82f80e829772f /activejob/activejob.gemspec | |
parent | 5d28c6b5b8407abf9274f78502d387c98f209286 (diff) | |
download | rails-824862807be47bee5adbd15e365a2add57df5301.tar.gz rails-824862807be47bee5adbd15e365a2add57df5301.tar.bz2 rails-824862807be47bee5adbd15e365a2add57df5301.zip |
Fix count on a separate connection (fixes #18359)
Previosly count and other AR calculations would convert
column_name_for_operation to sql on a default Arel::Table.engine
(AR::Base) connection. That could lead to trouble if current
model has a connection to a different adapter or Base connection
is inaccessible.
Diffstat (limited to 'activejob/activejob.gemspec')
0 files changed, 0 insertions, 0 deletions