[jOOQ/jOOQ#16334] Cast UUID bind values also in HSQLDB
This commit is contained in:
parent
1740abe739
commit
1745321e92
@ -840,6 +840,7 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
|
||||
switch (ctx.family()) {
|
||||
|
||||
|
||||
case HSQLDB:
|
||||
case POSTGRES:
|
||||
case TRINO:
|
||||
case YUGABYTEDB:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user