This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262214 - SQL profiler - last SQL statement not visible in results
Summary: SQL profiler - last SQL statement not visible in results
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-25 08:49 UTC by Tomas Hurka
Modified: 2016-05-26 01:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2016-05-25 08:49:13 UTC
Use example from issue #262209.
There should be three SQL statements visible in profiler results, but there is only two. The last one "SELECT baz FROM foo" is missing.
Comment 1 Tomas Hurka 2016-05-25 09:27:09 UTC
Fixed in profiler-main

changeset:   296833:0df2e61935e9
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed May 25 11:24:16 2016 +0200
summary:     bugfix #262214, max methodId = lastSelectId + 1
Comment 2 Quality Engineering 2016-05-26 01:58:31 UTC
Integrated into 'main-silver', will be available in build *201605260002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0df2e61935e9
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #262214, max methodId = lastSelectId + 1