HyriseSQLParser/test
javrucebo 66688f7199 Adjust Table Join Types
Consolidate LeftOuter/Left and RightOuter/Right as they are
by definition the same.
Similar consolidate FullOuter/Outer/Full ... with Outer (as in the
parser) not part of standard, but "full" missing. Allowing all three.

This commit potentially breaks other programs as kJoinLeftOuter and kJoinRightOuter
are eliminated
2018-01-22 20:44:33 +01:00
..
queries Formatting and more tests 2017-10-12 19:18:38 +02:00
thirdparty/microtest Documentation & Result Move Constructor (#39) 2017-04-21 16:15:07 +02:00
auto_query_file_test.cpp Add documentation about missing features (#56) 2017-08-14 15:13:56 +02:00
prepare_tests.cpp Add enum types for formerly 'simple' operands (#48) 2017-06-29 13:40:24 +02:00
select_tests.cpp Adjust Table Join Types 2018-01-22 20:44:33 +01:00
sql_asserts.h Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
sql_parser.cpp Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
sql_tests.cpp Add stringLength information to hsql::Statement 2018-01-17 15:43:38 +01:00
test.sh Add documentation about missing features (#56) 2017-08-14 15:13:56 +02:00
tpc_h_tests.cpp Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00