
The parser checks whether the FIRST or AFTER keywords are used and, if AFTER is used, extracts the relevant column name. Added a test case that checks that the parsing works and detects the correct column names.
3 lines
221 B
CMake
3 lines
221 B
CMake
add_executable(test_alter_parsing test_alter_parsing.c)
|
|
target_link_libraries(test_alter_parsing maxscale-common ${JANSSON_LIBRARIES} ${AVRO_LIBRARIES} maxavro sqlite3 lzma)
|
|
add_test(test_alter_parsing test_alter_parsing) |