sql-action icon indicating copy to clipboard operation
sql-action copied to clipboard

🚀 Deploy changes to your SQL database easily with SQL projects or SQL scripts and sql-action for GitHub workflows

Results 53 sql-action issues
Sort by recently updated
recently updated
newest added

3 changes lumped together in this PR (I let it get away from me): 1. for dacpac and sqlproj action there's an optional action parameter `sqlpackage-path` which overrides any sqlpackage...

* glob updated to 10.3.12 * [dev] jest updated to 29.7.0 * Updated check-lib.yml to compare build using both Windows and Ubuntu as a temporary workaround for #220

The final output is the same size but the order of the exports has one difference. No breaking functionality as the order doesn't matter during runtime, but breaks our check-lib...

bug
dependencies
backlog

Currently the action searches for the Windows executable by looking in three common installation locations and then failing if not found. However, there are other methods available to install it...

need-to-triage
idle

##[debug]Validating if client has access to 'master' on '...-sqlserver01.database.windows.net'. The process 'sqlcmd.exe' failed with exit code 1 SqlCmd stderr: mssql: login error: Login failed for user ''. mssql: login error:...

waiting-for-user
idle

Error:1 Done setting cloud: "azurecloud" Note: Azure/login action also supports OIDC login mechanism. Refer [https://github.com/azure/login#configure-a-service-principal-with-a-federated-credential-to-use-oidc-based-authentication] for more details. Attempting Azure CLI login by using service principal with secret... Error: The...

waiting-for-user
idle

Using Azure/[email protected] to deploy scripts to on-premises SQL Server 2019 using a sql authenticated account. I am not using Azure in any way. I can have a successful deploy of...

need-to-triage
idle

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.0 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
idle

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies
idle

When I try running two scripts as per this example: ``` path: './sqlscripts/*.sql' ``` I receive an error: ``` Error: Multiple files found matching pattern ./sqlscripts/*.sql ``` If only one...

enhancement