API functionality for DDL statements #20164
Unanswered
gadeynebram
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I found this issue #19519 regarding the API.
Previously I was working with Azure Data Studio which is end of support. Specifically I was working with the data virtualisation wizard offered there. Since this will not be provided through the mssql extension, I was looking into creating a new extension for VSCode. One that provides a reduced set of the functionality that I used. I was trying to use the exported API for this.
I found the executeSimpleQuery method but this does not seem to allow for DDL statements to be executed. Are there any additional methods available for this?
vscode-mssql/typings/vscode-mssql.d.ts
Lines 2547 to 2556 in accc24d
Beta Was this translation helpful? Give feedback.
All reactions