mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-10 02:14:58 +00:00
revert one timestamp parsing case
This commit is contained in:
parent
249b99e48f
commit
7e152cd0a9
3 changed files with 18 additions and 6 deletions
|
@ -632,7 +632,7 @@ PHP ₱ USD $
|
|||
//assert_eq!(sql, ast.to_string());
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn parse_timestamps_example() {
|
||||
let sql = "2016-02-15 09:43:33";
|
||||
let ast = parse_sql(sql);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue