[jOOQ/jOOQ#13058] NullPointerException when using CAST(x AS

user-defined-type) with SQLDialect.JAVA
This commit is contained in:
Lukas Eder 2022-02-11 15:59:14 +01:00
parent 2b67cabc2c
commit cf4a46cd83

View File

@ -785,6 +785,11 @@ implements
default:
ctx.visit(getQualifiedName());
break;