cdd271490b
In addtion to already supported LIMIT/OFFSET variants allow more to be parsed Legacy: - LIMIT int - LIMIT int OFFSET int Enhancement: - OFFSET int (no limit) - LIMIT ALL (no limit) - LIMIT NULL (no limit) - LIMIT ALL OFFSET int (no limit, but offset) - LIMIT NULL OFFSET int (no limit, but offset) Also ensures negative limits / offsets are set to kNoLimit/kNoOffset |
||
---|---|---|
.. | ||
queries | ||
thirdparty/microtest | ||
auto_query_file_test.cpp | ||
prepare_tests.cpp | ||
select_tests.cpp | ||
sql_asserts.h | ||
sql_parser.cpp | ||
sql_tests.cpp | ||
test.sh | ||
tpc_h_tests.cpp |