1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Andrew White 3a3263c5ce Whitelist adapters that support aliases in HAVING clause
Support for using `SELECT` column or expression aliases in the `HAVING`
clause isn't part of the SQL standard so it's better to whitelist the
test for adapters where we know it works and skip it on others.

(cherry picked from commit 3efad391e6)
2017-03-01 11:40:56 +00:00
..
active_record/connection_adapters
assets
cases Whitelist adapters that support aliases in HAVING clause 2017-03-01 11:40:56 +00:00
fixtures Merge pull request #27355 from yukideluxe/fixtures-deleted-tables 2016-12-21 12:37:08 +01:00
migrations Internal test migrations use the private 'Current' version 2015-12-15 17:18:09 +10:30
models Merge pull request #27935 from namusyaka/fix-hidden-primary_key 2017-02-08 14:28:44 -03:00
schema Merge pull request #27935 from namusyaka/fix-hidden-primary_key 2017-02-08 14:28:44 -03:00
support Merge pull request #27355 from yukideluxe/fixtures-deleted-tables 2016-12-21 12:37:08 +01:00
.gitignore
config.example.yml Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
config.rb