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
Yves Senn 3fe54b3a05 pg, default_sequence_name needs to return a string.
This is a reacon to d6c1205584 (commitcomment-7502487)
This backwards incompatibility was introduced with d6c12055 to fix #7516.
However both `connection.default_sequence_name` and `model.sequence_name` are public API.
The PostgreSQL adapter should honor the interface and return strings.

/cc @matthewd @chancancode
2014-08-25 12:01:10 +02:00
..
mysql Merge pull request #16481 from sgrif/sg-change-default-timestamps 2014-08-17 18:12:52 -07:00
mysql2 Merge pull request #16481 from sgrif/sg-change-default-timestamps 2014-08-17 18:12:52 -07:00
postgresql pg, default_sequence_name needs to return a string. 2014-08-25 12:01:10 +02:00
sqlite3 Merge pull request #16055 from sgrif/sg-refactor-sqlite3-strings 2014-07-12 01:16:08 +09:30