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 68153 - problems with mysql 5 views
Summary: problems with mysql 5 views
Status: CLOSED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-05 11:27 UTC by dealeylama
Modified: 2006-03-24 13:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Source of my MySQL5-Views-Patch in org.netbeans.lib.ddl.impl.DriverSpecification (9.42 KB, text/plain)
2005-11-14 22:37 UTC, dealeylama
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dealeylama 2005-11-05 11:27:16 UTC
it's impossible to access the 'views' and 'procedures' folders in netbeans 4.1 -
in 5.0 dev also - although the connected mysql 5.0.15-server supports them.
all i get is a popup-error-message telling me mysql doesn't support views
respectively procedures.
a closer look at the connectorj-driver for mysql shows that vies ARE supported
by the actual driver version 3.1.11.
could this be a bug?
Comment 1 dealeylama 2005-11-14 22:37:38 UTC
Created attachment 26941 [details]
Source of my MySQL5-Views-Patch in org.netbeans.lib.ddl.impl.DriverSpecification
Comment 2 Andrei Badea 2005-11-20 22:50:17 UTC
Thanks for the patch! Fixed for views. The procedures bug is filed as issue
68771, so closing.

Checking in libsrc/org/netbeans/lib/ddl/adaptors/DefaultAdaptor.java;
/cvs/db/libsrc/org/netbeans/lib/ddl/adaptors/DefaultAdaptor.java,v  <-- 
DefaultAdaptor.java
new revision: 1.20; previous revision: 1.19
done
Checking in libsrc/org/netbeans/lib/ddl/impl/DriverSpecification.java;
/cvs/db/libsrc/org/netbeans/lib/ddl/impl/DriverSpecification.java,v  <-- 
DriverSpecification.java
new revision: 1.20; previous revision: 1.19
done
Comment 3 Martin Schovanek 2005-11-21 15:13:25 UTC
VERIFIED