-
Eclipse SQL Explorer 3 released (11 messages)
- Posted by: Joseph Ottinger
- Posted on: September 01 2006 07:01 EDT
Eclipse SQL Explorer 3, an Eclipse plugin that allows you to query and browse any JDBC compliant database, has been released. It shows data about the database structure as well as many other features (such as providing database-specific features for DB2, Oracle, and MySQL); it's also a standalone client.Threaded Messages (11)
- Re: Eclipse SQL Explorer 3 released by Gideon Low on September 01 2006 14:33 EDT
- Re: Eclipse SQL Explorer 3 released by augustientje bloem on September 02 2006 16:00 EDT
- It's good products by glen woods on September 04 2006 09:18 EDT
- Re: Eclipse SQL Explorer 3 released by augustientje bloem on September 02 2006 16:00 EDT
- Code assistence is missing... by Jeroen Peschier on September 01 2006 16:29 EDT
- Re: Eclipse SQL Explorer 3 released by Mike Miller on September 01 2006 23:17 EDT
- Similar to QuantumDB plugin by Scott Stirling on September 02 2006 00:14 EDT
- Re: Eclipse SQL Explorer 3 released by Steve Tupper on September 02 2006 14:16 EDT
- Doesn't work in Eclipse with java 5 by Oleg Guanzo on September 07 2006 05:28 EDT
- Re: Doesn't work in Eclipse with java 5 by Christian Sell on September 07 2006 10:41 EDT
-
Re: Doesn't work in Eclipse with java 5 by Oleg Guanzo on September 08 2006 02:23 EDT
- Re: Doesn't work in Eclipse with java 5 by Oleg Guanzo on September 08 2006 02:28 EDT
-
Re: Doesn't work in Eclipse with java 5 by Oleg Guanzo on September 08 2006 02:23 EDT
- Re: Doesn't work in Eclipse with java 5 by Christian Sell on September 07 2006 10:41 EDT
-
Re: Eclipse SQL Explorer 3 released[ Go to top ]
- Posted by: Gideon Low
- Posted on: September 01 2006 14:33 EDT
- in response to Joseph Ottinger
It's nice to see improved support for database development being added to Eclipse. Here at GemStone, we've been looking at these types of tools with an eye towards extending them for Continuous Query functionality/development assistance. We'll be looking into the effort to build a plugin that provides CQ support. I'd love to hear other people's opinions on the potential usefulness of such a plugin. Cheers, Gideon GemFire--The Enterprise Data Fabric http://www.gemtone.com -
Re: Eclipse SQL Explorer 3 released[ Go to top ]
- Posted by: augustientje bloem
- Posted on: September 02 2006 16:00 EDT
- in response to Gideon Low
Great to see this plug-in has finally seen an update again. Actually its the first real update since this was JFaceDbc. The first two versions after the fork had not that much differences. Basically all the package names changed in the source and some Eclipse 3.0 incompatibilities were removed. In the previous versions there were some minor problems, like the IP and Array sql types which were shown in the result table as "unknown" and the history which didn't handled line breaks correctly on Windows. (but then again, who still uses Windows for development these days ;) ) It may be a little known fact, but MyEclipse is also basing their DB Explorer on JFaceDbc/sql explorer. I wonder whether any changes Genuitech made have been merged back into this version? -
It's good products[ Go to top ]
- Posted by: glen woods
- Posted on: September 04 2006 09:18 EDT
- in response to augustientje bloem
It's a good plugin for SQL. but I think it should add new feature about hibernate script generating, There has a SQL Explorer in myeclipse(paid plugin), it has more features. http://www.developerzone.biz/ -
Code assistence is missing...[ Go to top ]
- Posted by: Jeroen Peschier
- Posted on: September 01 2006 16:29 EDT
- in response to Joseph Ottinger
I had high hopes when I read this was based on Squirrel. Unfortunately it does not support the best feature of Squirrel: code assistence for SQL-syntax, tables and fields. Lack of code assistence effectively kills your productivity with this plugin. -
Re: Eclipse SQL Explorer 3 released[ Go to top ]
- Posted by: Mike Miller
- Posted on: September 01 2006 23:17 EDT
- in response to Joseph Ottinger
This is great news - I've been using the plugin since it was JFaceDbc. This just seems alot more intuitive than the Data Tools project offering and some of the other database browser plugins. -
Similar to QuantumDB plugin[ Go to top ]
- Posted by: Scott Stirling
- Posted on: September 02 2006 00:14 EDT
- in response to Joseph Ottinger
http://quantum.sourceforge.net/ Which is better? -
Re: Eclipse SQL Explorer 3 released[ Go to top ]
- Posted by: Steve Tupper
- Posted on: September 02 2006 14:16 EDT
- in response to Joseph Ottinger
I agree that this tool is more intuitive and ergonomic than Data Tools project. For Oracle development SQL Developer (Raptor) might be a good choice. It is free and can be downloaded from Oracle website. http://www.enterpriseware.eu -
Doesn't work in Eclipse with java 5[ Go to top ]
- Posted by: Oleg Guanzo
- Posted on: September 07 2006 05:28 EDT
- in response to Joseph Ottinger
It seems it requires J2SE-1.4. So it doesn't work in Eclipse running with java 5. Previous version doesn't have such limitation. -
Re: Doesn't work in Eclipse with java 5[ Go to top ]
- Posted by: Christian Sell
- Posted on: September 07 2006 10:41 EDT
- in response to Oleg Guanzo
not true. It runs in Eclipse 3.2 on top of JDK 1.5 on my machine. -
Re: Doesn't work in Eclipse with java 5[ Go to top ]
- Posted by: Oleg Guanzo
- Posted on: September 08 2006 02:23 EDT
- in response to Christian Sell
I use Eclipse 3.1.2 -
Re: Doesn't work in Eclipse with java 5[ Go to top ]
- Posted by: Oleg Guanzo
- Posted on: September 08 2006 02:28 EDT
- in response to Oleg Guanzo
In fact, it prints the following to the error log: "Could not install bundle plugins/net.sourceforge.sqlexplorer_3.0.0.20060901/ No match is available for the required execution environment: J2SE-1.4"