[jOOQ/jOOQ#14272] Add support for SQL Server 2022 IGNORE NULLS and RESPECT NULLS

This commit is contained in:
Lukas Eder 2022-11-22 13:36:12 +01:00
parent 367ff743ef
commit bd076dda55

View File

@ -50,6 +50,7 @@ import static org.jooq.SQLDialect.H2;
// ...
// ...
// ...
// ...
/**
* This type is used for the window function DSL API.