Added Oracle compatibility of the NOT NULL syntax.
Oracles NOT NULL syntax can have optional ENABLE VALIDATE added e.g create table T (C int NOT NULL ENABLE VALIDATE) Some SQL-generators produce such SQL and H2 can now parse it with this change.
正在显示
请
注册
或者
登录
后发表评论