featurebase/sql3
Seebs 6787a8ec58 test function bodies in parser
A naive test of a function with a body failed because we were
not actually looking for or accepting semicolons, but were generating
them on printing a thing back out. Changed to require semicolons
between statements. This logic may be wrong; for instance, if
you have a trailing semicolon on a body, the String() method won't
yield the original text exactly.
2023-04-07 16:25:24 -05:00
..
parser test function bodies in parser 2023-04-07 16:25:24 -05:00
planner treat Percentile as an error if we can't use PQL Percentile 2023-04-07 15:52:26 -05:00
test treat Percentile as an error if we can't use PQL Percentile 2023-04-07 15:52:26 -05:00
errors.go tidy up show tables behavior (#2374) 2023-04-07 12:58:09 -05: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 tidy up show tables behavior (#2374) 2023-04-07 12:58:09 -05:00
sql_test.go Fb 2048 (#2363) 2023-04-03 12:04:41 -05:00