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

Deployment failed with the following error Initializing deployment (Failed) *** An error occurred during deployment plan generation. Deployment cannot continue. The Element or Annotation class SqlIndex does not contain the...

Azure CLI Credential support [was added to](https://github.com/microsoft/go-sqlcmd/commit/0a4cd1949a9ff220649a4f7bd0d9f775488df8e1) the sqlcmd-go tool back in v1.4.0 but the `@tediousjs/connection-string` library does not support the `Active Directory Az CLI` Authentication parameter in the connection...

need-to-triage

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.0 to 6.0.2. Release notes Sourced from serialize-javascript's releases. v6.0.2 fix: serialize URL string contents to prevent XSS (#173) f27d65d Bump @โ€‹babel/traverse from 7.10.1 to 7.23.7 (#171)...

dependencies

When running on ubuntu-22.04 the build runs: runs-on: ubuntu-22.04 However, with the Ubuntu latest, it fails with the following: There was an error when attempting to execute the process 'sqlpackage'....

need-to-triage

We are working on migrating SQL Project build and deployment pipelines to GitHub Actions. We are encountering issues with running deployment workflow using the sql-action (using Authentication='Active Directory Password') when...

need-to-triage

Hello, I'm encountering an issue when trying to use a Managed Identity with a Federated Credential in GitHub Actions to run azure/[email protected]. The Managed Identity has been configured with a...

Can you bump the v2 tag to be the same as the v2.3 tag? This would make it easier for existing projects to use the latest changes without having to...

need-to-triage

I am using version 2.3 to run entity framework migrations against env databases. I would like to know if I can rollback all of the script if any failure happens....

need-to-triage

I noticed that my deployments failed when the external user was missing in the master db. To mitigate this issue, I had to create the external user in both the...

I have created a pipeline ```yml name: PR Environment Preview on: pull_request: types: [opened, synchronize, reopened, edited] permissions: contents: read id-token: write # Needed for Azure login with OIDC env:...

need-to-triage