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 1616### Minor Analysis Improvements
1717
1818* 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.
2121* Data flow through ` ActionController::Parameters#require ` is now tracked properly.
2222* The severity of parse errors was reduced to warning (previously error).
2323* Deleted the deprecated ` getQualifiedName ` predicate from the ` ConstantWriteAccess ` class.
You can’t perform that action at this time.
0 commit comments