mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Make keywords public
This commit is contained in:
parent
24153aee53
commit
439f64dfe1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ mod ansi_sql;
|
|||
mod generic_sql;
|
||||
mod postgresql;
|
||||
|
||||
mod keywords;
|
||||
pub mod keywords;
|
||||
|
||||
pub trait Dialect {
|
||||
/// Get a list of keywords for this dialect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue