HyriseSQLParser/src
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
..
parser Adjust Table Join Types 2018-01-22 20:44:33 +01:00
sql Adjust Table Join Types 2018-01-22 20:44:33 +01:00
util Merge branch 'master' into print-op-expr 2017-10-24 15:20:53 +02:00
SQLParser.cpp Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
SQLParser.h Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
SQLParserResult.cpp Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
SQLParserResult.h Prepared Statements (#43) 2017-05-29 16:22:13 +02:00