Re: SQL objects in Ignite ( .NET) not showing up with JDBC drivers

2023-04-17 Thread Pavel Tupitsyn
; > val.Id = 5; > > val.Age = 39; > > val.Salary = 25000; > > cache.Put(5, val); > > > > > > Now we want to see this table to be shown up automatically in > Intellij using JDBC driver(ignite-core-2.14.0.jar). > > > > > > > >

RE: SQL objects in Ignite ( .NET) not showing up with JDBC drivers

2023-04-17 Thread satyajit.mandal.barclays.com via user
Pavel Tupitsyn Sent: Tuesday, April 18, 2023 9:40 AM To: user@ignite.apache.org; Mandal, Satyajit: IT (PUN) Subject: Re: SQL objects in Ignite ( .NET) not showing up with JDBC drivers CAUTION: This email originated from outside our organisation - ptupit...@apache.org<mailto:ptupit...@apache

Re: SQL objects in Ignite ( .NET) not showing up with JDBC drivers

2023-04-17 Thread Pavel Tupitsyn
Hi Satyajit, How do you create tables in .NET? Are you sure QueryEntities are configured correctly? Can you share the code please? Normally tables should show up in JDBC. On Mon, Apr 17, 2023 at 3:27 PM satyajit.mandal.barclays.com via user < user@ignite.apache.org> wrote: > Hi Pavel, > > > > W

SQL objects in Ignite ( .NET) not showing up with JDBC drivers

2023-04-17 Thread satyajit.mandal.barclays.com via user
Hi Pavel, When we create SQL objects ( Tables) using .NET Ignite Api they don't show up in IntellijIdea with Ignite JDBC drivers. We want to see the tables so that we can query the cache using normal Select statements using JDBC driver. Is there any alternati