[jOOQ/jOOQ#16334] Cast UUID bind values also in HSQLDB

This commit is contained in:
Lukas Eder 2024-02-29 13:07:35 +01:00
parent 1740abe739
commit 1745321e92

View File

@ -840,6 +840,7 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
switch (ctx.family()) {
case HSQLDB:
case POSTGRES:
case TRINO:
case YUGABYTEDB: