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
I have noticed that PreparedStatement does not provide the functionality to throw an SQLException, which would be pretty helpful to fully stub a db access layer. Is the project still maintained and open to integrate enhancements?
I would approach it similarly to SQLWarning with the difference than in execute if an SQLException is provided, it will be thrown.
The text was updated successfully, but these errors were encountered:
I have noticed that PreparedStatement does not provide the functionality to throw an SQLException, which would be pretty helpful to fully stub a db access layer. Is the project still maintained and open to integrate enhancements?
I would approach it similarly to SQLWarning with the difference than in execute if an SQLException is provided, it will be thrown.
The text was updated successfully, but these errors were encountered: