sqlparser / sql2xml

Turn SQL query into XML structure for further processing.
Apache License 2.0
5 stars 1 forks source link

alter table, drop table constraint definition, #90

Open sqlparser opened 10 years ago

sqlparser commented 10 years ago
alter table t2 drop constraint c1
cnfree commented 10 years ago

XSD need element drop_behavior, gsp parser can't get it.

Implemented other parts of this case.