Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-07-18 Thread Vasiliy Sisko
Hello Bob We fix import of Oracle TIMESTAMP in issue: https://issues.apache.org/jira/browse/IGNITE-3394 It is available in master branch. It will be available in next nightly build. You can take it here: https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/lastSuccessfulBuild/ --

Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-30 Thread Vasiliy Sisko
; > -- > 胡永亮 > > Bob > > > *From:* Vasiliy Sisko > *Date:* 2016-06-29 15:37 > *To:* user@ignite.apache.org > *Subject:* Re: Re: argument type mismatch of oracle TIMESTAMP field when > call loadCache > > Hello Bob. > > > We cre

Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-30 Thread 胡永亮/Bob
The related code was not changed for fixing this bug. I want to know, how can I get the code patch? thanks. 胡永亮 Bob From: Vasiliy Sisko Date: 2016-06-29 15:37 To: user@ignite.apache.org Subject: Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-29 Thread Vasiliy Sisko
e version: 1.6. > > -- > 胡永亮 > > Bob > > > *From:* Vasiliy Sisko > *Date:* 2016-06-28 19:18 > *To:* user@ignite.apache.org > *Subject:* Re: Re: argument type mismatch of oracle TIMESTAMP field when > call loadCache > Hello Bob. > > What version of I

Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-28 Thread 胡永亮/Bob
sorry, the infomation is not in detail. My ignite's version is new release version: 1.6. 胡永亮 Bob From: Vasiliy Sisko Date: 2016-06-28 19:18 To: user@ignite.apache.org Subject: Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache Hello Bob. What version of I

Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-28 Thread Vasiliy Sisko
"BKE160" VARCHAR2(3), > "BKE161" VARCHAR2(50), > "BKE162" TIMESTAMP (6), > "BKC401" VARCHAR2(3), > "BKC285" VARCHAR2(300), > "BKC286" VARCHAR2(300), > "BKC287" VARCHAR2(100), > "BKC288" VARCHAR

Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-27 Thread hu...@neusoft.com
ot; VARCHAR2(300), "BKC287" VARCHAR2(100), "BKC288" VARCHAR2(200), "BKC289" VARCHAR2(50), "BKC290" VARCHAR2(50), "BKC291" FLOAT(126), "BKC292" FLOAT(126), "BAB024" VARCHAR2(200), "AAE009" VARCHAR2(200), "

Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-27 Thread Alexey Kuznetsov
Hi, Bob! Could post here a sample table script that help us to reproduce the problem? Something like "create table test ()". Also, just in case please specify your Oracle version. Thanks! -- Alexey Kuznetsov