featurebase/sql3
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
..
parser Improve test coverage for ast components in ast.go (#2355) 2023-03-31 14:27:18 -04:00
planner Improve test coverage for ast components in ast.go (#2355) 2023-03-31 14:27:18 -04:00
test fb-2030 - added test cases for Joins in sql3 (#2359) 2023-03-31 11:52:19 -04:00
errors.go fb-2036 improve coverage for create view statement (#2333) 2023-03-21 14:06:38 -04:00
interfaces.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
main_test.go added testify dependency 2022-09-30 11:31:37 -07:00
sql_complex_test.go support null/non-null tests for non-BSI fields 2023-03-24 16:01:09 -05:00
sql_test.go Improve test coverage for ast components in ast.go (#2355) 2023-03-31 14:27:18 -04:00