[jOOQ/jOOQ#15350] Add SQLDialect.H2_2_2_220
This commit is contained in:
parent
c1fb673ed9
commit
5017810320
@ -158,7 +158,7 @@ public enum SQLDialect {
|
||||
/**
|
||||
* The H2 dialect family.
|
||||
*/
|
||||
H2("H2", false, true, new RequiredVersion(2, 2, 202)),
|
||||
H2("H2", false, true, new RequiredVersion(2, 2, 220)),
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user