Re: Continuous query with Thin client

2021-04-19 Thread sourav dihidar
coming in 2.11: > > IGNITE-14402 <https://issues.apache.org/jira/browse/IGNITE-14402> > > It’s present in the .net thin client since 2.10. > > Regards, > Stephen > > On 16 Apr 2021, at 17:21, sourav dihidar wrote: > > Hi Team, > > I understood that conti

Continuous query with Thin client

2021-04-16 Thread sourav dihidar
Hi Team, I understood that continuous query for java thin client has been introduced in the latest ignite version(2.10.0). Do you have any documentation around this specially how to use it through thin client. Thanks

Re: Ignite persistence is accepting null value in not null field

2021-04-05 Thread sourav dihidar
ards, > -- > Ilya Kasnacheev > > > сб, 3 апр. 2021 г. в 18:22, sourav dihidar : > >> Hi Team, >> I am facing one issue >> I created one table as below >> CREATE TABLE STUDENT >> ( >> ID INTEGER NOT NULL, >> NAME VARCHAR(200) NOT NULL, &g

Ignite persistence is accepting null value in not null field

2021-04-03 Thread sourav dihidar
Hi Team, I am facing one issue I created one table as below CREATE TABLE STUDENT ( ID INTEGER NOT NULL, NAME VARCHAR(200) NOT NULL, SALARY INTGER NOT NULL, PRIMARY KEY(STUDENTID) )WITH "KEY_TYPE=Tab_Key,VALUE_TYPE=TAB_VALUE"; I used datastreamer to load the data into the table try(IgniteDataStre