rails/activerecord/test/cases/arel
Adam Lassek 3a8eee9117 Add support for PostgreSQL contains and overlaps operators
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
2020-05-11 22:01:37 -05:00
..
attributes Add support for PostgreSQL contains and overlaps operators 2020-05-11 22:01:37 -05:00
collectors SQLString#compile is no longer used since 53521a9e39b9d8af4165d7703c36dc905f1f8f67 2018-09-30 16:49:13 +09:00
nodes Remove unused operand1/operand2 aliases 2020-04-23 19:45:36 +09:00
support Deprecate in_clause_length in DatabaseLimits 2020-04-27 01:09:09 +09:00
visitors Add support for PostgreSQL contains and overlaps operators 2020-05-11 22:01:37 -05:00
attributes_test.rb Remove unused Arel::Attributes.for 2019-06-15 23:59:41 +09:00
crud_test.rb Arel: rubocop -a 2018-02-24 17:16:13 +10:30
delete_manager_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
factory_methods_test.rb Arel: rubocop -a 2018-02-24 17:16:13 +10:30
helper.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
insert_manager_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
nodes_test.rb Arel: rubocop -a 2018-02-24 17:16:13 +10:30
select_manager_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
table_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
update_manager_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00