datafusion-sqlparse/tests
Robert Grimm b1cbc55128
Turn type Ident into struct Ident
The Ident type was previously an alias for a String. Turn it into a full
fledged struct, so that the parser can preserve the distinction between
identifier value and quote style already made by the tokenizer's Word
structure.
2019-10-20 00:16:41 -04:00
..
sqlparser_common.rs Turn type Ident into struct Ident 2019-10-20 00:16:41 -04:00
sqlparser_mssql.rs Turn type Ident into struct Ident 2019-10-20 00:16:41 -04:00
sqlparser_mysql.rs Turn type Ident into struct Ident 2019-10-20 00:16:41 -04:00
sqlparser_postgres.rs Turn type Ident into struct Ident 2019-10-20 00:16:41 -04:00