aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/annotate_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Should `Regexp.escape` quoted table name in regexRyuta Kamizono2019-07-081-0/+46
It is for agnostic test case, since quoted table name may include `.` for all adapters, and `[` / `]` for sqlserver adapter.