[
https://issues.apache.org/jira/browse/TRAFODION-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15727164#comment-15727164
]
ASF GitHub Bot commented on TRAFODION-2386:
-------------------------------------------
Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/868#discussion_r91201254
--- Diff: dcs/src/test/odbc/src/Main.cpp ---
@@ -0,0 +1,57 @@
+/*************************************************************************
+// @@@ START COPYRIGHT @@@
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership. The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License. You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied. See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+// @@@ END COPYRIGHT @@@
+**************************************************************************/
+
+#include "common/Global.h"
+#include "test/varchar32k/LargeVarcharCol.h"
+
+int main(int argc, char * argv[])
+{
+ if (argc != 7)
+ {
+ std::cout << "Usage: " << argv[0] << " -d [<datasource>][-u
<userid>][-p <password>]" << endl;
--- End diff --
If argc has to be exactly 7, then the parameters mentioned in the Usage are
not optional. (That is, the square brackets should be removed.)
> Need to add odbc unit-test code for large varchar column issue
> --------------------------------------------------------------
>
> Key: TRAFODION-2386
> URL: https://issues.apache.org/jira/browse/TRAFODION-2386
> Project: Apache Trafodion
> Issue Type: Sub-task
> Components: client-odbc-linux, client-odbc-windows
> Reporter: Zhang,Xiang
> Assignee: Zhang,Xiang
>
> Need to add odbc unit-test code to trafodion repo
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)