mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
Improve the create statement parser that uses create statements from pg database dump
Added PostgreSQL style casting
This commit is contained in:
parent
7d27abdfb4
commit
2007995938
6 changed files with 392 additions and 81 deletions
|
@ -35,6 +35,9 @@
|
|||
//! println!("AST: {:?}", ast);
|
||||
//! ```
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub mod dialect;
|
||||
pub mod sqlast;
|
||||
pub mod sqlparser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue