• 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
名称
最后提交
最后更新
..
META-INF Loading commit data...
org/h2 Loading commit data...