1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Ryuta Kamizono 7025b1d8eb Fix longer sequence name detection for serial columns (#28339)
We already found the longer sequence name, but we could not consider
whether it was the sequence name created by serial type due to missed a
max identifier length limitation. I've addressed the sequence name
consideration to respect the max identifier length.

Fixes #28332.
2017-10-16 02:20:27 +09:00
..
active_record/connection_adapters
assets
cases Fix longer sequence name detection for serial columns (#28339) 2017-10-16 02:20:27 +09:00
fixtures Merge pull request #27355 from yukideluxe/fixtures-deleted-tables 2016-12-21 12:37:08 +01:00
migrations
models Fix preloading association with scope including joins 2017-10-05 13:58:15 +09:00
schema Fix unscoping default_scope in STI associations 2017-08-15 17:26:16 +09:00
support Merge pull request #27355 from yukideluxe/fixtures-deleted-tables 2016-12-21 12:37:08 +01:00
.gitignore
config.example.yml
config.rb