Re: AW: [OJB-developers] SQLGenerator
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-05-02 18:14:23
|
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 ! > >>>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. > I recommend using eclipse. It will help you merging code against previous changes of other developers. But AFAIK there is currently no one else working in this area. cheers, Thomas > Oleg > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: ban...@so... > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers > > > > |