-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query has no results to return #6
Comments
Since a few weeks I have the same issue. It worked before... |
What version of the DataScripter extension are you using? (The latest is
v0.1.3).
What version of Azure Data studio are you using?
…On Wed, May 13, 2020 at 7:57 AM Martijn Schoemaker ***@***.***> wrote:
Since a few weeks I have the same issue. It worked before...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWH4W5UTN67PWH25TNWDL3RRKDKFANCNFSM4MZXDHCQ>
.
|
Can you ensure the actual version you have installed in the latest version
by checking under the [Enabled] tab in your extensions list? (See
attachment).
If it is, can you then test the sql you are trying to script by copying it
out of the input window and running it directly in an Azure SQL
editor window?
…On Wed, May 13, 2020 at 9:34 AM Martijn Schoemaker ***@***.***> wrote:
[image: Schermafbeelding 2020-05-13 om 15 33 49]
<https://user-images.githubusercontent.com/2683569/81819110-309fc500-952f-11ea-81b0-771b4e19c848.png>
[image: Schermafbeelding 2020-05-13 om 15 33 28]
<https://user-images.githubusercontent.com/2683569/81819114-31385b80-952f-11ea-83b5-5cfd1817c6c7.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWH4W7WCDYNJHFULLXE2LTRRKOWLANCNFSM4MZXDHCQ>
.
|
Yes it is version 0.1.3. I already uninstalled, downloaded vsix and installed again several times. |
Yes I was also using 0.1.3. And the select statement worked fine in an editor. |
This is a hard one for me to troubleshoot. I am passing the query directly
to the Azure queryProvider and catching any return errors. Unfortunately,
the error I display to the user is exactly what is returned from the api
call. There is no additional information available. It would be nice if
there were something useful like "invalid credentials", "invalid sql",
etc..., but MS has not seen fit to provide that in the error object.
I'll see if I can add additional debugging options but it's not going to be
a quick fix.
…On Wed, May 13, 2020 at 11:58 AM EHulburd ***@***.***> wrote:
Yes I was also using 0.1.3. And the select statement worked fine in an
editor.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWH4W764TZ6LBH7QESSWWTRRK7TFANCNFSM4MZXDHCQ>
.
|
I am seeing this too, worked yesterday when I installed it, now I get no results anytime I try to run it, no matter what the SQL statement is |
Doesn't work when connected to an Azure SQL Database using "Azure Active Directory - Universal with MFA support" as the Authentication type. I switched the connection to use a SQL login and it works fine. |
Choosing the Database, instead of leaving |
Whenever I try to use this, I just get an error of "Query has no results to return". I've tried with several different tables, and the tables definitely do have data in, but i get the same error each time
The text was updated successfully, but these errors were encountered: