mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-01 11:47:20 +00:00
Support parsing scientific notation (such as 10e5
) (#768)
This commit is contained in:
parent
2d801c9fb6
commit
2c20ec0be5
3 changed files with 118 additions and 0 deletions
|
@ -144,6 +144,7 @@ pub fn all_dialects() -> TestedDialects {
|
|||
Box::new(RedshiftSqlDialect {}),
|
||||
Box::new(MySqlDialect {}),
|
||||
Box::new(BigQueryDialect {}),
|
||||
Box::new(SQLiteDialect {}),
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue