[
https://issues.apache.org/jira/browse/TRAFODION-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053422#comment-16053422
]
ASF GitHub Bot commented on TRAFODION-2337:
-------------------------------------------
GitHub user Weixin-Xu opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1123
[TRAFODION-2337] odb on windows can not use parameter with absolute path
When using absolute path on windows such as src=d:/src.txt , ':' will be
used as separator.
So I add judging condition to avoid dividing when ':' and '/' is apart.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Weixin-Xu/incubator-trafodion odb2337
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1123.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1123
----
commit 78cabaea772a7b11304484aeb54f5dd7f17522f2
Author: Weixin-Xu <[email protected]>
Date: 2017-06-16T09:17:04Z
[TRAFODION-2337] odb on windows can not use parameter with absolute path
----
> odb on window cannot use parameter with absolute path
> -----------------------------------------------------
>
> Key: TRAFODION-2337
> URL: https://issues.apache.org/jira/browse/TRAFODION-2337
> Project: Apache Trafodion
> Issue Type: Bug
> Components: db-utility-odb
> Environment: windows 7
> Reporter: zhangliang
> Assignee: zhangliang
> Priority: Minor
>
> Because absolute path in windows is like "c:\Users\test..."
> odb separate parameters by ':'
> so odb consider c as a type, and \Users\test... as its content, and return
> unknown parameter
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)