add support for create/drop role, grant, revoke
This commit is contained in:
parent
91875b7e7e
commit
3c0788af6e
7 changed files with 405 additions and 27 deletions
website
|
@ -14,11 +14,11 @@ See the link:test_cases.html[simple-sql-parser test cases] page for
|
|||
examples.
|
||||
|
||||
The target dialect of SQL at this time is ISO/ANSI SQL:2011. The
|
||||
parser supports queries, DDL, non-query DML, access control, transaction
|
||||
management and session management syntax. The parser and syntax does
|
||||
not follow the standard grammar closely - they permit a lot of things
|
||||
which the grammar in the standard forbids. The intended usage is that
|
||||
an additional pass over the ast can be made if you want to carefully
|
||||
parser supports queries, DDL, non-query DML, access control and
|
||||
transaction management syntax. The parser and syntax does not follow
|
||||
the standard grammar closely - they permit a lot of things which the
|
||||
grammar in the standard forbids. The intended usage is that an
|
||||
additional pass over the ast can be made if you want to carefully
|
||||
prohibit everything that the standard doesn't allow.
|
||||
|
||||
Apart from this permissiveness, some work has been put into trying to
|
||||
|
@ -154,7 +154,3 @@ todo
|
|||
== Transaction management
|
||||
|
||||
todo
|
||||
|
||||
== Session management
|
||||
|
||||
todo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue