rails/activerecord/test
Austen Madden 3315cc76e0 Fix issue with expression index in insert_all
Based on the docs which state unique_by option of insert_all can use the
index name if desired, one would expect the method to work normally and
use the `unique_by` option to determine duplicates.

However, there's an issue where the insert_all expects a Set instead
of the string representing the index expression it is given. This causes
an error. Returning the string expression instead of attempting to
format it works perfectly though.
2020-06-03 10:10:01 -04:00
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
assets
cases Fix issue with expression index in insert_all 2020-06-03 10:10:01 -04:00
fixtures Fix through association with source/through scope which has joins 2020-05-22 04:05:27 +09:00
migrations Fix occurrences Fixnum|Bignum 2018-03-04 20:44:30 +02:00
models has_attribute? should be aware of attribute aliases 2020-06-03 00:59:35 +09:00
schema Fix issue with expression index in insert_all 2020-06-03 10:10:01 -04: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