nikolaymetchev
02/23/2021, 11:50 AMtransaction { ..}
method. However the problem with that method is that it uses the “default” db and we have more than one. This can cause issues. So we want to gradually replace all such calls with db.transaction {...}
. So I am trying and failing to create a structural search that will find invocations of the former and not the latter. Any help would be appreciated.