tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Apache License 2.0
566 stars 25 forks source link

update sqlparser #68

Open SingingBush opened 3 years ago

SingingBush commented 3 years ago

When I forked the repo it wouldn't build due to:

error[E0308]: mismatched types
  --> rdbc-postgres/src/lib.rs:73:34
   |
73 |                         keyword: "".to_owned(),
   |                                  ^^^^^^^^^^^^^ expected enum `Keyword`, found struct `std::string::String`

this seems to sort it