mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Switch to the Rust 2018 edition
This requires Rust 1.31 (from last year) to build, but is otherwise compatible with the 2015-edition code.
This commit is contained in:
parent
ef76baa7fd
commit
b12a19e197
12 changed files with 10 additions and 23 deletions
|
@ -1,13 +1,10 @@
|
|||
extern crate log;
|
||||
extern crate sqlparser;
|
||||
use log::debug;
|
||||
|
||||
use sqlparser::dialect::PostgreSqlDialect;
|
||||
use sqlparser::sqlast::*;
|
||||
use sqlparser::sqlparser::*;
|
||||
use sqlparser::sqltokenizer::*;
|
||||
|
||||
use log::*;
|
||||
|
||||
#[test]
|
||||
fn test_prev_index() {
|
||||
let sql: &str = "SELECT version()";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue