On 10/24/2018 12:44 PM, John Kostaras wrote: > The reason I posed this question is because I 'm to modify (rather create) > the SQL Query Profiling test case > <http://netbeans-vm.apache.org/synergy/client/app/#/suite/2254/v/1> which > is empty! I thought to use a JavaDB for the test case like it is done in > the Database Test Specification > <http://netbeans-vm.apache.org/synergy/client/app/#/specification/389/v/2>. > This would avoid download a driver for a db etc. But now that JavaDB is > gone, need to see what to do. > > I notice that drivers for MySQL, Oracle OCI & Thin client and Postgresql > are included by default, but what about drivers of other DBs (SQLite, > HSQLDB, MariaDB, Apace Derby)? License issues?
MySQL and Oracle aren't included, you get prompted to download them. Here are some references: https://github.com/apache/incubator-netbeans/pull/294 https://issues.apache.org/jira/browse/NETBEANS-170 -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe." --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
