active_record-sql_analyzer
active_record-sql_analyzer copied to clipboard
ActiveRecord query logger and analyzer
Results
2
active_record-sql_analyzer issues
Sort by
recently updated
recently updated
newest added
Starting with activerecord 6, transaction materialization is deferred until query execution, so reorder our `execute` monkeypatch to run the query and then log it. Starting with activerecord 7, the "real...