SOQL Query does not execute if blank lines at start or comment

Issue #1819 resolved
Tony White created an issue

If you attempt to use the SOQL tool with a comment or blank lines before the select it does not execute

// Test
SELECT Id
FROM Acccount
LIMIT 10

This worked in 2.1.5.7

Was useful to be able to paste an id etc and comment it out

Comments (5)

  1. Scott Wells repo owner

    Hi, Tony. I just tried to reproduce this and was unable to do so:

    Issue_1819.png

    Or am I misunderstanding the issue perhaps?

  2. Tony White reporter

    Hi Scott

    That is bizarre, it is working for me fine today, but no matter if I tried to click execute or cmd+enter it would not work until I removed the comment at the start. It was also using a connection not the project default. But it seems to be working fine today.

  3. Matt McGuire

    This does not work for me, I am able to reproduce it and would be happy to do so if it would help. Version 2.1.8.3 on mac w/ IntelliJ

  4. Scott Wells repo owner

    Hi, Matt. I'm unable to reproduce an issue as originally described:

    Issue_1819_2.png

    Can you please specify exactly what's not working for you, i.e., the exact editor contents you're trying to execute and the error that you're getting in response?

  5. Log in to comment