datafusion-sqlparse/tests
Nickolay Ponomarev 3b13e153a8 Fix parse_time() handling of fractional seconds
There's no Token::Period in such situation, so fractional part (from sec) was silently truncated.

Can't uncomment the test yet, because parse_timestamp() is effectively
unused: the code added to parse_value() in 5abd9e7dec
was wrong as it attempted to handle unquoted date/time literals. One
part of it was commented out earlier, the other can't work as far as I
can see, as it tries to parse a Number token - `([0-9]|\.)+` - as a
timestamp, so I removed it as well.
2019-01-11 02:37:36 +03:00
..
sqlparser_ansi.rs cargo fmt, fix compiler warnings 2018-12-16 13:57:01 -07:00
sqlparser_generic.rs cargo fmt, fix compiler warnings 2018-12-16 13:57:01 -07:00
sqlparser_postgres.rs Fix parse_time() handling of fractional seconds 2019-01-11 02:37:36 +03:00