summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
a3776c8)
Without this change we're getting a connection in the same thread we hold one already.
final KeyValueEntry<T> key,
final T value
) throws SQLException {
final KeyValueEntry<T> key,
final T value
) throws SQLException {
- final var entry = getEntry(key);
+ final var entry = getEntry(connection, key);
if (Objects.equals(entry, value)) {
return false;
}
if (Objects.equals(entry, value)) {
return false;
}