I have a couple of more idea's especially in the script editor place (the same things i build for squirrel itself some years back, i am also committer on squirrel itself)
If i can get commit rights on sql explorer i can ofcourse do those things myself if you would like that.
johan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 to have an editor with many sql statements
The current way of having to do a selection is cumbersome because i many cases you really want to execute only that 1 statement that you just typed or have your cursor on.
If you want to execute more then you can select it and press execute
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
any idea when those are going to be picked up?
I have a couple of more idea's especially in the script editor place (the same things i build for squirrel itself some years back, i am also committer on squirrel itself)
If i can get commit rights on sql explorer i can ofcourse do those things myself if you would like that.
johan
I've added your patches to the current CVS.
thx, i got my notifications
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 to have an editor with many sql statements
The current way of having to do a selection is cumbersome because i many cases you really want to execute only that 1 statement that you just typed or have your cursor on.
If you want to execute more then you can select it and press execute