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

Summary: SQL profiler - last SQL statement not visible in results
Product: profiler Reporter: Tomas Hurka <thurka>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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