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 synchronized lock is unnecessary, it has been removed.
For sessionPool, our original intention is to provide a thread-safe execution entry that is convenient for users to use for multi-threads. So we plan to only provide the execute interface and not encapsulate other interfaces.
syncronized
to the methodpublic synchronized ResultSet execute(String stmt, Map<String, Object> parameterMap)
?The text was updated successfully, but these errors were encountered: