cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 158059 - OQL support for multivalued return is broken
: OQL support for multivalued return is broken
Status: VERIFIED FIXED
: profiler
Base
: 6.5.1
: All All
: P2 (vote)
: 6.7
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2009-02-06 09:41 by
Modified: 2009-06-09 11:02 (History)
Issue Type: DEFECT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-02-06 09:41:12
When using an OQL query like this:
select { name: t.name? t.name.toString() : "null", thread: t } 
    from instanceof java.lang.Thread t

gives no results whatsoever
------- Comment #1 From 2009-02-06 13:21:12 -------
This was basically caused by the fact that the multi-valued result was passed
to java as a javascript associative array.
Added a code to handle this situation -
http://hg.netbeans.org/profiler-main/rev/36633f301778
------- Comment #2 From 2009-02-08 19:28:45 -------
Integrated into 'main-golden', will be available in build *200902081401* on
http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/36633f301778
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #158059 - adding support for multi-valued return from OQL query
------- Comment #3 From 2009-06-09 11:02:48 -------
works, marking verified