Skip to content

Ignore Rails schema loads in QueryLimiter

Stan Hu requested to merge sh-query-limiter-ignore-schema-loads into master

Rails will attempt to load the table schema the first time it accesses it. This can push specs over the query limit, and the application can't do anything about it (aside from avoiding column_exists? or table_exists? calls).

Closes #45814 (moved)

Merge request reports