featurebase/sql3
Seebs c66d392c87 uncomment old LIMIT tests, make them pass
We forward-ported a handful of tests from the previous parser
which relied on LIMIT clauses, but then we didn't support that.
Now that we do, we uncomment most of these tests, and actually
give them the correct data structures to compare with.

We leave two tests commented out. One was using `limit 10, 5` to
express a limit plus offset, and the other is using `not fld = 1`
as a WHERE clause, but we don't support unary-not to negate
other expressions.

In the process, we discover that converting a SELECT with a
LIMIT clause back to a string has a missing space, and fix that.
2023-04-06 11:49:11 -05:00
..
parser uncomment old LIMIT tests, make them pass 2023-04-06 11:49:11 -05:00
planner Add test coverage to expressionanalyzer.go (#2370) 2023-04-06 09:55:09 -05:00
test Add test coverage to expressionanalyzer.go (#2370) 2023-04-06 09:55:09 -05:00
errors.go create model, create function... all the goodies (#2264) 2023-04-04 17:44:29 -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 Fb 2048 (#2363) 2023-04-03 12:04:41 -05:00
sql_test.go Fb 2048 (#2363) 2023-04-03 12:04:41 -05:00