aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2017-11-15 17:00:51 +0000
committerYasuo Honda <yasuo.honda@gmail.com>2017-11-15 17:40:58 +0000
commitef0a3d0dfa1b0d7ce8234c5a03db6af64f8b40e0 (patch)
tree91165a1e98e301668732b58de4fbda78afd72625 /actioncable
parentebc6b171ac4b3e8c7026c18cbb115949e8f1982f (diff)
downloadrails-ef0a3d0dfa1b0d7ce8234c5a03db6af64f8b40e0.tar.gz
rails-ef0a3d0dfa1b0d7ce8234c5a03db6af64f8b40e0.tar.bz2
rails-ef0a3d0dfa1b0d7ce8234c5a03db6af64f8b40e0.zip
Allow test_ignored_columns_not_included_in_SELECT column names case
insensitive i.e. Oracle database identifier is UPPERCASE unlike other databases. ```ruby (byebug) query = Developer.all.to_sql "SELECT \"DEVELOPERS\".\"ID\", \"DEVELOPERS\".\"NAME\", \"DEVELOPERS\".\"SALARY\", \"DEVELOPERS\".\"FIRM_ID\", \"DEVELOPERS\".\"MENTOR_ID\", \"DEVELOPERS\".\"CREATED_AT\", \"DEVELOPERS\".\"UPDATED_AT\", \"DEVELOPERS\".\"CREATED_ON\", \"DEVELOPERS\".\"UPDATED_ON\" FROM \"DEVELOPERS\"" ```
Diffstat (limited to 'actioncable')
0 files changed, 0 insertions, 0 deletions