aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/json_attribute_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use `:string` instead of `:text` for `JsonAttributeTest`Ryuta Kamizono2017-12-061-3/+3
| | | | Since CLOB data type has many limitations in Oracle SELECT WHERE clause.
* Revert "Merge pull request #31341 from yahonda/skip_json_attribute_test"Ryuta Kamizono2017-12-061-24/+22
| | | | | This reverts commit 23226d04f921b79f0077ba38c5a5a923b6d43f89, reversing changes made to 7544cf7603959f25100b21f70b5e70354bed7e45.
* Execute `JsonAttributeTest` only if `supports_json?` returns `true`Yasuo Honda2017-12-051-22/+24
| | | | | Oracle enhanced adapter does not fully support JSON datatype then `supports_json?` returns `false`. I wanted to skip known failures and errors when tested with Oracle enhanced adapter.
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Consolidate database specific JSON types to `Type::Json`Ryuta Kamizono2017-05-301-0/+33