featurebase/sql3/parser
Seebs 3f7ae75e17 increase parser test coverage significantly
We now test the tuple-assignment at all, although it's
perhaps confusing because we expect a ()-list of columns
to go with a {}-list of values. We also test a lot more
errors and some more successes, and additional literal types
in mustParseLiteral.
2023-03-27 16:56:29 -05:00
..
ast.go increase parser test coverage significantly 2023-03-27 16:56:29 -05:00
ast_test.go FB-1968 timestamp data type related fixes and enhancements (#2256) 2023-02-24 14:57:17 -05:00
astdatatype.go implement select from time quantum columns (fb-1654) (#2282) 2023-03-02 00:06:58 -06:00
parser.go increase parser test coverage significantly 2023-03-27 16:56:29 -05:00
parser_test.go increase parser test coverage significantly 2023-03-27 16:56:29 -05:00
scanner.go drop unused isHex and IsInteger functions 2023-03-27 16:56:29 -05:00
scanner_test.go increase parser test coverage significantly 2023-03-27 16:56:29 -05:00
token.go Support for setting individual DatabaseOptions (#2231) 2023-02-06 08:50:28 -06:00
token_test.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
walk.go Enable linter: stylecheck (#2317) 2023-03-14 08:45:18 -05:00