datafusion-sqlparse/src
Ben Cook d7e84be3e1
Add basic support for GRANT and REVOKE (#365)
* Add basic support for GRANT privileges on tables and sequences

* Cargo fmt

* Make enum for granted privileges

* Implement and use Display for GrantObjects

* Simplify Display for GrantPrivileges

* Add column privileges

* Add second column privilege to test

* Add REVOKE privileges and reformat

* Fix some clippy warnings

* Fix more clippy

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2021-12-08 15:55:23 -05:00
..
ast Add basic support for GRANT and REVOKE (#365) 2021-12-08 15:55:23 -05:00
dialect Implement is [not] distinct from (#361) 2021-10-14 18:26:28 +02:00
keywords.rs Add basic support for GRANT and REVOKE (#365) 2021-12-08 15:55:23 -05:00
lib.rs Move the keywords module (#352) 2021-09-26 07:59:39 -04:00
parser.rs Add basic support for GRANT and REVOKE (#365) 2021-12-08 15:55:23 -05:00
test_utils.rs Support no_std (#332) 2021-08-21 10:15:43 +02:00
tokenizer.rs Move the keywords module (#352) 2021-09-26 07:59:39 -04:00