[
https://issues.apache.org/jira/browse/TRAFODION-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995321#comment-15995321
]
ASF GitHub Bot commented on TRAFODION-2602:
-------------------------------------------
Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1078#discussion_r114609693
--- Diff: core/conn/unixodbc/odbc/odbcclient/unixcli/cli/sqltocconv.cpp ---
@@ -1555,6 +1555,7 @@ unsigned long ODBC::ConvertSQLToC(SQLINTEGER
ODBCAppVersion,
return
IDS_22_003;
}
srcLength =
TransStringLength + 1;
+ DataLen = sizeof(DATE_STRUCT);
--- End diff --
I don't understand why this code change is correct. It looks like we are
converting between a variety of C numeric types and ODBC varchar types. Why
would DATE enter into it?
> Update Trafodion web site with new 2.1.0 release
> ------------------------------------------------
>
> Key: TRAFODION-2602
> URL: https://issues.apache.org/jira/browse/TRAFODION-2602
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: documentation
> Affects Versions: 2.2-incubating
> Reporter: Hans Zeller
> Assignee: Hans Zeller
> Fix For: 2.2-incubating
>
>
> Now that release 2.1.0-incubating is out, the web site needs to be updated.
> The new artifacts need to be on the download page, and there needs to be a
> new section with the 2.1.0 manuals. The "in development" manual section will
> switch over to 2.2.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)