rails/activerecord/test
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
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
assets
cases Add support for PostgreSQL contains and overlaps operators 2020-05-11 22:01:37 -05:00
fixtures Fix rewhere to truly overwrite collided where clause by new where clause 2020-05-05 11:45:29 +09:00
migrations
models Eager generate relation methods if a method is on Kernel 2020-05-10 06:14:29 +09:00
schema Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
support Merge pull request #38401 from vinistock/stop_stringifying_during_attribute_assignment 2020-02-13 16:54:35 -05:00
config.example.yml Remove more code for unsupported frontbase and ibm_db adapters 2020-04-12 11:45:28 +09:00
config.rb