Menu

i added a couple of patches to the tracker

2009-03-17
2013-04-29
  • Johan Compagner

    Johan Compagner - 2009-03-17

    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

     
    • Heiko Hilbert

      Heiko Hilbert - 2009-03-18

      I've added your patches to the current CVS.

       
      • Johan Compagner

        Johan Compagner - 2009-03-18

        thx, i got my notifications

         
      • Johan Compagner

        Johan Compagner - 2009-04-01

        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

         

Log in to post a comment.