Merge pull request #12493 from hmac/ar-sinks

This commit is contained in:
Harry Maclean
2023-03-15 07:59:07 +13:00
committed by GitHub
5 changed files with 114 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* The Active Record query methods `reorder` and `count_by_sql` are now recognised as SQL executions.
* Calls to `ActiveRecord::Connection#execute`, including those via subclasses, are now recognised as SQL executions.
* Data flow through `ActionController::Parameters#require` is now tracked properly.