You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeees :) I just want to try to wrap CallableStatement, as it looks it should work; then getQueryString would return more information in debug mode... I made a change, just some strange call to close() is not working.
There is a NullPointerException for the case "execute stored procedure with debug = true".
Executing stored procedure was added with issue #389 .
Used jodd version : 3.8.6
change for test class 'CallableTest'
A NPE is thrown at class 'LoggablePreparedStatementFactory' in method 'getQueryString'.
The class var getQueryStringMethod is null...
Workaround
I have subclassed jodd.db.DbQuery ...
my thoughts for a fix:
Greetz,
Sascha
The text was updated successfully, but these errors were encountered: