rails/activerecord/test/schema
Dooor 31c15b4791 Fix a bug where using groups and counts with long table names would return incorrect results.
Fixed a bug that caused the alias name of "group by" to be too long and the first half of the name would be the same in both cases if it was cut by max identifier length.

Fix #46285

Co-authored-by: Yusaku ONO <yono@users.noreply.github.com>
2022-10-20 16:15:45 +09:00
..
mysql2_specific_schema.rb Extract on update CURRENT_TIMESTAMP for mysql2 adapter 2022-01-01 21:37:15 +09:00
oracle_specific_schema.rb Use squiggly heredoc to strip odd indentation in the executed SQL 2018-11-22 19:43:53 +09:00
postgresql_specific_schema.rb adds support for exclusion constraints (PostgreSQL-only) 2022-06-14 08:09:47 -04:00
schema.rb Fix a bug where using groups and counts with long table names would return incorrect results. 2022-10-20 16:15:45 +09:00
sqlite_specific_schema.rb Dump the precision for datetime columns following the new defaults 2022-02-08 01:36:06 +00:00