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
The creation of prepared statement relies on too much being done in the constructor. This should be reviewed and revised, maybe with statement preparation being moved to a separate method. See also JDBC538.
When doing this, it might be good to review current statement registration and notification, because it seems rather convoluted.
The text was updated successfully, but these errors were encountered:
Submitted by: @mrotteveel
The creation of prepared statement relies on too much being done in the constructor. This should be reviewed and revised, maybe with statement preparation being moved to a separate method. See also JDBC538.
When doing this, it might be good to review current statement registration and notification, because it seems rather convoluted.
The text was updated successfully, but these errors were encountered: