Re: Bug with DBColumnExpr.multiplyWith and divide

2016-09-20 Thread ivan nemeth
+ t1.C + t1.D) * 2.0 > > Regards, > Rainer > > > from: Ivan Nemeth [ivan.nem...@gmail.com] > to: dev@empire-db.apache.org > subject: Re: Bug with DBColumnExpr.multiplyWith and divide > > Hi Rainer, > > (JIRA is now ok, i

re: Bug with DBColumnExpr.multiplyWith and divide

2016-09-09 Thread Rainer Döbele
if that means that the Java code gets more verbose. How else would you e.g. achieve be able to achieve this: SELECT (t1.A + t1.B + t1.C + t1.D) * 2.0 Regards, Rainer from: Ivan Nemeth [ivan.nem...@gmail.com] to: dev@empire-db.apache.org subject: Re: Bug