Re: CamelCase to lowerCase conversion of column names while loading cache from postgres .

2019-03-20 Thread Alexey Kuznetsov
Hi, You may try to set: cacheStoreFactory.setSqlEscapeAll(true); Hope this helps. On Thu, Mar 21, 2019 at 1:09 AM Harshal Patil wrote: > Any suggestions please let me know > > On Wed, Mar 20, 2019, 11:45 AM Harshal Patil > wrote: > >> Hi , >> I have enabled persistant store as Postgres . >> T

Re: CamelCase to lowerCase conversion of column names while loading cache from postgres .

2019-03-20 Thread Harshal Patil
Any suggestions please let me know On Wed, Mar 20, 2019, 11:45 AM Harshal Patil wrote: > Hi , > I have enabled persistant store as Postgres . > This is my cacheConfiguration , > > public static CacheConfiguration cacheIgniteTableCache() throws Exception { > > CacheConfiguration ccfg = new Ca

CamelCase to lowerCase conversion of column names while loading cache from postgres .

2019-03-19 Thread Harshal Patil
Hi , I have enabled persistant store as Postgres . This is my cacheConfiguration , public static CacheConfiguration cacheIgniteTableCache() throws Exception { CacheConfiguration ccfg = new CacheConfiguration(); ccfg.setName("IgniteTableCache"); ccfg.setCacheMode(CacheMode.*PARTITIO