Re: AW: [OJB-developers] SQLGenerator
Brought to you by:
thma
From: Oleg N. <on...@uk...> - 2002-05-02 17:26:19
|
On Thursday 02 May 2002 18:13, Mahler Thomas wrote: > > 2) OJB doesn't support queries on columns with path longer than 1, > > i.e. it successfully handles > > crit.addEqualTo("source.name", "A"); > > but fails on > > crit.addGreaterThan("source.location.x", new Integer(0)); > > Oh, I thought this was possible. If this does not work it should be fixed ! I wrote the testcase and can commit it. > > > I can try to solve these issues too. > > That would be great ! Okay. I hope nobody else is now working on this piece of code. Probably I will also touch Query related code. Oleg |