RE: [OJB-developers] OQLQuery Bug?
Brought to you by:
thma
From: Matthew B. <ma...@so...> - 2002-06-13 15:22:01
|
I'll write a test case for this tonight and fix if it is a bug. Thanks for reporting! -----Original Message----- From: Stephan Merker [mailto:Ste...@ce...] Sent: Thursday, June 13, 2002 6:12 AM To: obj...@li... Subject: [OJB-developers] OQLQuery Bug? Hello, according to JavaDoc, the parameter list should be reset after OqlQuery.execute(), so that I can reuse the query with a different parameter set. However, if I call OqlQuery.bind() after the query was executed once, I get an org.odmg.QueryParameterCountInvalidException. In OqlQueryImpl.execute(), I can't see any code that would reset the parameter list. Did I miss something? Stephan _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Objectbridge-developers mailing list Obj...@li... https://lists.sourceforge.net/lists/listinfo/objectbridge-developers |