aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2017-02-14 02:04:51 +0000
committerYasuo Honda <yasuo.honda@gmail.com>2017-02-14 13:22:17 +0000
commit8a23fd4920a8f0b2b9b8c2d36c63006f46ae411b (patch)
treee767e648f67916c46885505e5ee509e613718a52 /.codeclimate.yml
parente9949265d9fb6e20aa4c73f189147812db377edc (diff)
downloadrails-8a23fd4920a8f0b2b9b8c2d36c63006f46ae411b.tar.gz
rails-8a23fd4920a8f0b2b9b8c2d36c63006f46ae411b.tar.bz2
rails-8a23fd4920a8f0b2b9b8c2d36c63006f46ae411b.zip
Use ActiveRecord `bigint` type, not SQL literal bigint
Oracle database itself does not have `bigint` SQL type, then it gets `ORA-00902: invalid datatype`. It can be addressed by using ActiveRecord `bigint` type because Oracle enhanced adapter recognizes ActiveRecord `bigint` type and transfer it to its equivalent SQL type `NUMBER(19)`.
Diffstat (limited to '.codeclimate.yml')
0 files changed, 0 insertions, 0 deletions