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/cases/adapters
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
..
mysql2 Use current database in MySQL's table_exists? 2017-03-14 01:37:55 +00:00
postgresql Fix longer sequence name detection for serial columns (#28339) 2017-10-16 02:20:27 +09:00
sqlite3