Re: AW: [OJB-developers] SQLGenerator
Brought to you by:
thma
From: Oleg N. <on...@uk...> - 2002-05-02 22:00:52
|
Hi Thomas, On Thursday 02 May 2002 21:14, Thomas Mahler wrote: > Hi again, > > Oleg Nitz wrote: > > 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. > > fine ! Done. The GraphTest for now is commented out in broker/AllTests.java Oleg |