datafusion-sqlparse/tests
Nickolay Ponomarev f21cd697c3 Simplify custom datatypes handling and add a test
1) Simplified the bit in parse_datatype()
2) Made sure it was covered by the test (the "public.year" bit)
2a) ...the rest of changes in the test are to fix incorrect variable
 names: c_name/c_lat/c_lng were copy-pasted from a previous test.
3) Removed the branch from parse_pg_cast, which duplicated what
parse_data_type already handled (added in the same commit even
2007995938 )
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 Simplify custom datatypes handling and add a test 2019-01-11 02:37:36 +03:00