mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-22 06:54:07 +00:00
Parse floats without leading number (#294)
* Parse floats without leading number * Move period token test * Comments * Enable test
This commit is contained in:
parent
6f0b2dcd92
commit
f40955ee82
2 changed files with 31 additions and 8 deletions
|
@ -26,10 +26,7 @@ macro_rules! tpch_tests {
|
|||
fn $name() {
|
||||
let dialect = GenericDialect {};
|
||||
let res = Parser::parse_sql(&dialect, QUERIES[$value -1]);
|
||||
// Ignore 6.sql
|
||||
if $value != 6 {
|
||||
assert!(res.is_ok());
|
||||
}
|
||||
}
|
||||
)*
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue