Recommend a SQL editor that offers automatic statement resolution and control over line endings and...

Have any astronauts or cosmonauts died in space?

What if you do not believe in the project benefits?

80-bit collision resistence because of 80-bit x87 registers?

How to play songs that contain one guitar when we have two or more guitarists?

Is opening a file faster than reading variable content?

Was the Soviet N1 really capable of sending 9.6 GB/s of telemetry?

How do I add a strong "onion flavor" to the biryani (in restaurant style)?

I hate taking lectures, can I still survive in academia?

Why is quixotic not Quixotic (a proper adjective)?

Is Apex Sometimes Case Sensitive?

How does the income of your target audience matter for logo design?

How can I make my enemies feel real and make combat more engaging?

Can you wish for more wishes from an Efreeti bound to service via an Efreeti Bottle?

Why Third 'Reich'? Why is 'reich' not translated when 'third' is? What is the English synonym of reich?

Why does finding small effects in large studies indicate publication bias?

Why do we divide Permutations to get to Combinations?

Why is the meaning of kanji 閑 "leisure"?

Why are `&array` and `array` pointing to the same address?

Is it common to refer to someone as "Prof. Dr. [LastName]"?

Stream.findFirst different than Optional.of?

Is it ethical to apply for a job on someone's behalf?

TikZ-Tree with asymmetric siblings

Found a major flaw in paper from home university – to which I would like to return

Is layered encryption more secure than long passwords?



Recommend a SQL editor that offers automatic statement resolution and control over line endings and encoding


SQL query to sum a column prior to date and show all entries after that dateconnect to psql and run SQL command from command lineOptimizing SQL query with two table joins and over 40 million rows in partitioned table













0















I work with sql files in source control using SQL Squirrel. I use windows while my fellow devs use macs. It seems that sometimes my editor silently converts sql files on my working copy to ANSI encoding from UTF-8, and converts line endings to windows style. This then causes some strange git merge behaviour.



I looked at using DataGrip, but it seems to be missing the killer SQL Squirrel where you only have to have the cursor in the statement you want to run, and it automatically infers where your statement starts and ends. See screen shot:



enter image description here



The black outline shows what Squirrel will execute if I hit ctrl+enter. It means that I don't need to highlight the command I want to execute.



However the problem with Squirrel is that it doesn't seem to have options for line endings and encoding of specific files.



Is there an editor out there that does offer these features?









share



























    0















    I work with sql files in source control using SQL Squirrel. I use windows while my fellow devs use macs. It seems that sometimes my editor silently converts sql files on my working copy to ANSI encoding from UTF-8, and converts line endings to windows style. This then causes some strange git merge behaviour.



    I looked at using DataGrip, but it seems to be missing the killer SQL Squirrel where you only have to have the cursor in the statement you want to run, and it automatically infers where your statement starts and ends. See screen shot:



    enter image description here



    The black outline shows what Squirrel will execute if I hit ctrl+enter. It means that I don't need to highlight the command I want to execute.



    However the problem with Squirrel is that it doesn't seem to have options for line endings and encoding of specific files.



    Is there an editor out there that does offer these features?









    share

























      0












      0








      0








      I work with sql files in source control using SQL Squirrel. I use windows while my fellow devs use macs. It seems that sometimes my editor silently converts sql files on my working copy to ANSI encoding from UTF-8, and converts line endings to windows style. This then causes some strange git merge behaviour.



      I looked at using DataGrip, but it seems to be missing the killer SQL Squirrel where you only have to have the cursor in the statement you want to run, and it automatically infers where your statement starts and ends. See screen shot:



      enter image description here



      The black outline shows what Squirrel will execute if I hit ctrl+enter. It means that I don't need to highlight the command I want to execute.



      However the problem with Squirrel is that it doesn't seem to have options for line endings and encoding of specific files.



      Is there an editor out there that does offer these features?









      share














      I work with sql files in source control using SQL Squirrel. I use windows while my fellow devs use macs. It seems that sometimes my editor silently converts sql files on my working copy to ANSI encoding from UTF-8, and converts line endings to windows style. This then causes some strange git merge behaviour.



      I looked at using DataGrip, but it seems to be missing the killer SQL Squirrel where you only have to have the cursor in the statement you want to run, and it automatically infers where your statement starts and ends. See screen shot:



      enter image description here



      The black outline shows what Squirrel will execute if I hit ctrl+enter. It means that I don't need to highlight the command I want to execute.



      However the problem with Squirrel is that it doesn't seem to have options for line endings and encoding of specific files.



      Is there an editor out there that does offer these features?







      postgresql





      share












      share










      share



      share










      asked 6 mins ago









      thatdataguythatdataguy

      467




      467






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "182"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230400%2frecommend-a-sql-editor-that-offers-automatic-statement-resolution-and-control-ov%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Database Administrators Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230400%2frecommend-a-sql-editor-that-offers-automatic-statement-resolution-and-control-ov%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Parapolítica Índice Antecedentes El escándalo Proceso judicial Consecuencias Véase...

          How to remove border from elements in the last row?Targeting flex items on the last rowHow to vertically wrap...

          Tecnologías entrañables Índice Antecedentes Desarrollo Tecnologías Entrañables en la...