-
i have exactly the same problem:
An error occurred while collecting items to be installed
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,net.sourceforge.sqlexplorer,3.5.1.v20091018.
MD5 hash is not as expected. Expected...
2009-10-22 22:39:55 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
Sorry it took so long, busy with a lot of stuff.
Here is a patch where i introduced 1 category and 2 commands with bindings that people now can change.
by default CTRL-ENTER is execute everything
CTRL-ALT-ENTER is execute current (selected) sql
In the key bindings preference this can be altered to what ever the users wants
for example i can now revert the 2 so that ctrl-enter executes...
2009-06-15 14:31:16 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
Hi John
you are the first in 10 years that tells me that. Everybody that i tell now to use SQL explorer (that are also using Squirrel itself or toad previously) is telling me how the miss the the behavior of executing the current statement (and the current statement is just 2 blank lines, 1 before 1 after)
I mean really everybody there is nobody that doesnt complain to me.
This is because...
2009-04-09 07:30:33 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
I agree with the selection
But if there is no selection. the Toad or Squirrel itself behavior is soo much easier
This is the key feature i really miss in SQL Explorer and i am not alone because many co workers of mine where complaining saying things like: when are you sending in a patch for that.
Everybody who is used to squirrel will really mis this (or coming from TOAD which is it all based...
2009-04-05 11:54:32 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
i added one more patch to the tracker
This is patch was also my first contribution to squirrel itself. (and it has his origins in TOAD)
It parser the statement you want based on empty lines so if you have this
select * from table where x = y
select * from table where y= x
and then you place the cursor on the second one only the second one is executed
This makes it way easier...
2009-04-01 13:57:24 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
In squirrel itself way back this was the first thing i build into squirrel because i was at that time really used to TOAD
And that is that if you have multiply sql statements but separated by new lines you can just execute 1 single statement by CTRL-ENTER
Because the sql executor checks where you are and parser the current line out of complete text.
this way you can have loads of...
2009-04-01 13:52:16 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
thx, i got my notifications.
2009-03-18 20:47:57 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
I can help if you want, i have already send in some patches
I do eclipse plugin development pretty much all day, and i have integrated sql explorer in our product (dynamically, customers can drop/install sql explorer and then i see it and integrate various views and actions in our own)
Besides that i pretty much know sql explorer/squirrel already because i am one of the first committers of...
2009-03-17 11:13:35 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
see: https://sourceforge.net/tracker/index.php?func=detail&aid=2643772&group_id=132863&atid=725497.
2009-03-17 11:10:17 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
if you as a contributor add actions through your own plugin then those plugins should have the icons (if you want icons)
mostly they are in the /icons dir in the root of the plugin.
2009-03-17 11:08:02 UTC in Eclipse SQL Explorer [RCP/Plugin]