File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ruby/ql/lib/change-notes/released Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
### Minor Analysis Improvements
17
17
18
18
* Data flow through ` initialize ` methods is now taken into account also when the receiver of a ` new ` call is an (implicit or explicit) ` self ` .
19
- * The Active Record query methods ` reorder ` and ` count_by_sql ` are now recognised as SQL executions.
20
- * Calls to ` ActiveRecord::Connection#execute ` , including those via subclasses, are now recognised as SQL executions.
19
+ * The Active Record query methods ` reorder ` and ` count_by_sql ` are now recognized as SQL executions.
20
+ * Calls to ` ActiveRecord::Connection#execute ` , including those via subclasses, are now recognized as SQL executions.
21
21
* Data flow through ` ActionController::Parameters#require ` is now tracked properly.
22
22
* The severity of parse errors was reduced to warning (previously error).
23
23
* Deleted the deprecated ` getQualifiedName ` predicate from the ` ConstantWriteAccess ` class.
You can’t perform that action at this time.
0 commit comments