mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-14 07:52:02 +00:00
Make Uuid a datatype in PostgreSQL dialect
This commit is contained in:
parent
da153bf848
commit
639f01d4e7
5 changed files with 11 additions and 2 deletions
|
@ -38,6 +38,7 @@
|
|||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate chrono;
|
||||
extern crate uuid;
|
||||
|
||||
pub mod dialect;
|
||||
pub mod sqlast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue