featurebase/sql3
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
..
parser increase parser test coverage significantly 2023-03-27 16:56:29 -05:00
planner handle null results gracefully in SetContains{Any,All} 2023-03-24 16:01:09 -05:00
test Add SQL3 test coverage for expressionagg.go (#2351) 2023-03-27 12:00:47 -05: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 forward-port tests from SQL1 tree (#2261) 2023-03-01 13:40:50 -06:00