HyriseSQLParser/test
alkim0 a59deb43c3 Added boolean literal support (#103)
* Added boolean support

* Made bool literals int vals

With a flag indicating if they came from boolean literals.

* Add makeLiteral(bool val);
2018-11-02 11:42:23 +01:00
..
queries Fix Tokens (#102) 2018-10-22 22:05:29 +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 Added boolean literal support (#103) 2018-11-02 11:42:23 +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 Support more of the CREATE TABLE command (#101) 2018-10-19 14:18:03 +02: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