lordgamez commented on code in PR #2218: URL: https://github.com/apache/nifi-minifi-cpp/pull/2218#discussion_r3673005433
########## thirdparty/soci/all/patches/disable-sqlwchar-support.patch: ########## @@ -0,0 +1,31 @@ +According to the issue comment https://github.com/SOCI/soci/issues/1306#issuecomment-3351612844 SQLWCHAR being char32_t with libiodbc is unexpected and is not supported by the SOCI library +This patch disables SQLWCHAR using wstrings and instead uses string type as in previous versions of SOCI. + +diff --git a/src/backends/odbc/statement.cpp b/src/backends/odbc/statement.cpp Review Comment: The patch command works as intended, the free text is used as a comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
