Add non-comma separated constraint dialect toggle
This commit is contained in:
parent
51157d502e
commit
f180d1070b
3 changed files with 9 additions and 2 deletions
tools/Language/SQL/SimpleSQL
|
@ -651,7 +651,7 @@ defintely skip
|
|||
> DefaultReferentialAction DefaultReferentialAction
|
||||
> ])
|
||||
|
||||
> ,(TestStatement ansi2011
|
||||
> ,(TestStatement ansi2011 { diNonCommaSeparatedConstraints = True }
|
||||
> "create table t (a int, b int,\n\
|
||||
> \ foreign key (a) references u(c)\n\
|
||||
> \ foreign key (b) references v(d));"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue