• plus33's avatar
    Added Oracle compatibility of the NOT NULL syntax. · 8eb12a7a
    plus33 提交于
    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.
    8eb12a7a
名称
最后提交
最后更新
h2 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
README.md Loading commit data...