Details
-
Improvement
-
Resolution: Fixed
-
Critical
-
2.7.0
-
Security Level: Public
-
None
-
Blake 34
-
1
Description
The argument to Database.inBatch is, currently, a Runnable. Runnables cannot throw. That means that client code has to wrap calls that do throw in clunky try-catch blocks that throw something unchecked.