Re: Filtering with Long values

2020-01-20 Thread Vemund Jakobsen
Thanks for the tip! I will try that. On 2020/01/20 08:21:31, Andrus Adamchik wrote: > Hi Vemund, > > Try changing the format to add "L" at the end: "2284222503L". This form will > be parsed as Long. > > Andrus > > > On Jan 20, 2020, at 10:38 AM, Vemund Jakobsen wrote: > > > > Hi, > > > >

Re: Filtering with Long values

2020-01-20 Thread Andrus Adamchik
Hi Vemund, Try changing the format to add "L" at the end: "2284222503L". This form will be parsed as Long. Andrus > On Jan 20, 2020, at 10:38 AM, Vemund Jakobsen wrote: > > Hi, > > I'm using Cayenne 4.0.2 and am trying to filter with Long values, but I get > the exception below. Am I doing

Filtering with Long values

2020-01-19 Thread Vemund Jakobsen
Hi, I'm using Cayenne 4.0.2 and am trying to filter with Long values, but I get the exception below. Am I doing something wrong or are there other ways of filtering? I do not see any method called makeLong in the ExpressionParserTokenManager class. 08:24:08,623 ERROR [stderr] (default task-2)