HyriseSQLParser/src
Mike Siomkin 0f96b977e9 Use awk to check versions
Some Linux distributions (e.g. Centos) don't have bc installed by
default. And some (e.g Centos 8) don't have binary packages for it
available either. It's safer to use awk instead of bc to check
versions of bison and flex in the parser Makefile.

Closes #144
2020-05-24 13:43:01 +03:00
..
parser Use awk to check versions 2020-05-24 13:43:01 +03:00
sql Add support to identify different set operators & allow chain of multiple set operators (#138) 2020-02-18 14:26:10 +01:00
util Add support to identify different set operators & allow chain of multiple set operators (#138) 2020-02-18 14:26:10 +01: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 Fix include guard naming [-Wreserved-id-macro] (#99) 2018-09-29 10:38:29 +02:00
SQLParserResult.cpp Fix type inconsistency (#106) 2018-11-17 12:10:39 +01:00
SQLParserResult.h Fix type inconsistency (#106) 2018-11-17 12:10:39 +01:00