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 152378 - [65cat]oracle sql table alias and Show Sql Script submenu
Summary: [65cat]oracle sql table alias and Show Sql Script submenu
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: jawed
URL:
Keywords:
Depends on:
Blocks: 152437
  Show dependency tree
 
Reported: 2008-11-05 01:32 UTC by alcmontejo
Modified: 2009-02-19 20:37 UTC (History)
1 user (show)

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 alcmontejo 2008-11-05 01:32:33 UTC
>Log Session: Wednesday, November 5, 2008 8:17:01 AM SGT
>System Info: 
  Product Version         = NetBeans IDE 6.5 RC2 (Build 200810270001)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b06; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_02-b06
  Java Home               = C:\Program Files\Java\jdk1.6.0_02\jre
  System Locale; Encoding = en_PH (nb); Cp1252
  Home Directory          = C:\Documents and Settings\amontejo
  Current Directory       = C:\Program Files\NetBeans 6.5 RC2
  User Directory          = C:\Documents and Settings\amontejo\.netbeans\6.5rc2
  Installation            = C:\Program Files\NetBeans 6.5 RC2\nb6.5
          
user comments:

I notice that when using alias on the table the 'Show SQL Script for CREATE,INSERT,DELETE,UPDATE' on submenu by right
clicking the result grid was disabled.

take this two sample:

select * from dual
 
 - right click the result grid, notice the 'Show Sql Script for ...' submenu it was enabled

now try this.

 select a.* from dual a

 - right click the result grid, notice the 'Show Sql Script for ...' submenu it was disabled


thanks,
Allen Montejo
Comment 1 _ ahimanikya 2008-12-08 03:16:18 UTC
http://hg.netbeans.org/main/rev/0ddd0be7611d
Comment 2 Roman Mostyka 2008-12-08 11:50:26 UTC
Verified with build 081207.
Comment 3 Quality Engineering 2008-12-09 18:32:35 UTC
Integrated into 'main-golden', will be available in build *200812091520* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0ddd0be7611d
User: ahimanikya@netbeans.org
Log: Issue #152378 [65cat]oracle sql table alias and Show Sql Script submenu