Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.6.5
-
None
Description
Sql.java, line 2255 contains the following assertion, which is always false:
assert (null != statement);
This pretty much renders class Sql unusable if assertions are enabled, which for example is the case when running tests with Maven.