aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/deprecated.rb
diff options
context:
space:
mode:
authorgmile <iamexile@gmail.com>2011-03-24 22:12:48 +0200
committergmile <iamexile@gmail.com>2011-03-24 22:12:48 +0200
commitfe5719fea54468f0ebcc97060df6958db17303de (patch)
treeeaf1ae679d56525ed6215554301b5aea56024031 /lib/arel/deprecated.rb
parent2b27e653f7be7649f56b834543bcaf27e2b44c74 (diff)
downloadrails-fe5719fea54468f0ebcc97060df6958db17303de.tar.gz
rails-fe5719fea54468f0ebcc97060df6958db17303de.tar.bz2
rails-fe5719fea54468f0ebcc97060df6958db17303de.zip
Generate more sqlish queue.
Now, instead of the following SQL code: some_field IN (1, 2, NULL) Arel will generate the proper one: some_field IN (1, 2) OR IS NULL
Diffstat (limited to 'lib/arel/deprecated.rb')
0 files changed, 0 insertions, 0 deletions