featurebase/sql3/parser
Vengata Krishnan b5dfb07118
Improve test coverage for ast components in ast.go (#2355)
*Tests are added to extend coverage for statement, expression and source types and many of the ast helper functions
*For those SQL language elements where ast exists but parsing is not implemented, test coverage is added to test only the ast correctness
*Also, removed timestamp EPOCH related compiler code as they become unreachable after their ast equivalent were removed in a previous PR.
2023-03-31 14:27:18 -04:00
..
ast.go Improve test coverage for ast components in ast.go (#2355) 2023-03-31 14:27:18 -04:00
ast_test.go Improve test coverage for ast components in ast.go (#2355) 2023-03-31 14:27:18 -04:00
astdatatype.go implement select from time quantum columns (fb-1654) (#2282) 2023-03-02 00:06:58 -06:00
parser.go unbreak nested joins 2023-03-27 16:56:29 -05:00
parser_test.go unbreak nested joins 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