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 225074 - JDBC single schemas
Summary: JDBC single schemas
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 19:07 UTC by 3piece
Modified: 2015-06-25 14:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (331.78 KB, text/plain)
2013-01-18 19:07 UTC, 3piece
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 3piece 2013-01-18 19:07:13 UTC
Product Version = NetBeans IDE 7.3 Beta 2 (Build 201211062253)
Operating System = Linux version 3.6.11-1.fc16.x86_64 running on amd64
Java; VM; Vendor = 1.7.0_03
Runtime = Java HotSpot(TM) 64-Bit Server VM 22.1-b02

When creating a JDBC connection (using postgresql driver) it requires an entry for a schema, which then doesn't allow for multiple selections from multiple schemas. You can dissconnect from the datasource then delete the schema and it will display tables from all schemas when generating entity classes, though they're not linked across schemas.
Comment 1 3piece 2013-01-18 19:07:28 UTC
Created attachment 130375 [details]
IDE log
Comment 2 Petr Hejl 2015-06-25 14:42:26 UTC
This looks like enhancement for the db support. If I understand that correctly...