Re: jdbc select as camel case

2014-09-15 Thread Amir
never mind its :identifiers identity i mixed up, it was working already :D On Monday, 15 September 2014 13:51:13 UTC+2, Amir wrote: > > Hi, > > We are migrating from old deprecated library to new interface. I have a > select statement as follows > > select > CONT_ID as 'contId

jdbc select as camel case

2014-09-15 Thread Amir Wasim
Hi, We are migrating from old deprecated library to new interface. I have a select statement as follows select CONT_ID as 'contId', PARENT_CONT_ID as 'parentContId', >From tablename before we were using (sql/with-naming-strategy {:keyword str} .) to select column name as keywords