Github user xwq commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1110#discussion_r120816249
--- Diff: win-odbc64/sql/cli/sqlcli.h ---
@@ -425,6 +433,8 @@ enum SQLTYPE_CODE {
SQLTYPECODE_BITVAR = 15 /* not supported */
};
+#define SQL_BOOLEAN 13
+
/* #ifndef SQLDTCODE_DATE */
/* specifies the type of datetime data type */
enum SQLDATETIME_CODE {
--- End diff --
@selvaganesang Thanks for reminder. We shouldn't use 13 to define a new
datatype here and we also don't need define a new datatype . We need use
SQLTYPECODE_BOOLEAN as the extend datatype.
@Weixin-Xu Please change it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---