Skip to content

Commit b5dcbc7

Browse files
committed
feat: add query emitter with round-trip support for SET and SELECT
1 parent b992978 commit b5dcbc7

5 files changed

Lines changed: 806 additions & 1 deletion

File tree

Makefile.new

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ TEST_SRCS = $(TEST_DIR)/test_main.cpp \
2525
$(TEST_DIR)/test_classifier.cpp \
2626
$(TEST_DIR)/test_expression.cpp \
2727
$(TEST_DIR)/test_set.cpp \
28-
$(TEST_DIR)/test_select.cpp
28+
$(TEST_DIR)/test_select.cpp \
29+
$(TEST_DIR)/test_emitter.cpp
2930
TEST_OBJS = $(TEST_SRCS:.cpp=.o)
3031
TEST_TARGET = $(PROJECT_ROOT)/run_tests
3132

0 commit comments

Comments
 (0)