You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/azure_sql/actions/execute-query/execute-query.mjs
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export default {
5
5
name: "Execute Query",
6
6
description: "Executes a SQL query and returns the results. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/queries/select-transact-sql?view=azuresqldb-current)",
7
7
type: "action",
8
-
version: "0.0.5",
8
+
version: "0.0.6",
9
9
props: {
10
10
app,
11
11
query: {
@@ -20,18 +20,26 @@ export default {
20
20
description: "The inputs to the query. These will be available as @input_parameter in the query. For example, if you provide an input named 'id', you can use @id in the query.",
0 commit comments