MXS-2106: Add null value support to cdc_connector

The cdc_connector had no explicit null value detection which is required
now that the null value handling is fixed.
This commit is contained in:
Markus Mäkelä
2018-11-01 08:14:13 +02:00
parent 562c7be8fe
commit 451e75eb6a
3 changed files with 39 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Shared version of the library
add_library(cdc_connector SHARED cdc_connector.cpp)
target_link_libraries(cdc_connector ${JANSSON_LIBRARIES} crypto)
set_target_properties(cdc_connector PROPERTIES VERSION "1.0.0")
set_target_properties(cdc_connector PROPERTIES VERSION "1.0.1")
add_dependencies(cdc_connector jansson)
# Static version of the library