Re: [orientdb] SQL Parser in 2.1+ causes a parsing error with a SQL in version 1.7.8

2016-01-12 Thread Luigi Dell'Aquila
Hi, the problem seems to be in the ".@this", but does it actually make sense? What's the reason to have that in the query? Thanks Luigi 2016-01-11 19:49 GMT+01:00 Hung Tran : > Hi, > > I am migrating from version 1.7.8 to version 2.1.8, the SQL below does not > working

[orientdb] SQL Parser in 2.1+ causes a parsing error with a SQL in version 1.7.8

2016-01-11 Thread Hung Tran
Hi, I am migrating from version 1.7.8 to version 2.1.8, the SQL below does not working any more SELECT IFNULL(@rid, '') AS Id, IFNULL(Number, '') AS Number, IFNULL(IssuedDate, '') AS IssuedDate, IFNULL(Title, '') AS Title, eval('SubTotal - DiscountAmount') AS Taxable,