mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3a8eee9117
Per [this discussion][arel-discussion] on the discourse forum, this is an addition to Arel for supporting `@>` (contains) and `&&` (overlaps) operators in PostgreSQL. They are useful for GIN-indexed data such as a `jsonb` or array column. [arel-discussion]: https://discuss.rubyonrails.org/t/what-has-happened-to-arel/74383/51 |
||
---|---|---|
.. | ||
attribute_test.rb | ||
math_test.rb |