liquibase-redshift icon indicating copy to clipboard operation
liquibase-redshift copied to clipboard

Liquibase support for Redshift

Results 8 liquibase-redshift issues
Sort by recently updated
recently updated
newest added

I’m trying to alter a column datatype in redshift using modifyDataType and running into this error: Unexpected error running Liquibase: ERROR: ALTER TABLE ALTER COLUMN cannot run inside a transaction...

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. Release notes Sourced from release-drafter/release-drafter's releases. v6.0.0 What's Changed Update Node.js to 20 (#1379) @​massongit Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0 v6.0.0-beta.1 Prerelease of v6, first release...

addNotNullConstraint is shown as supported on the LQ RS page (https://docs.liquibase.com/install/tutorials/aws-redshift.html) however when I try to use it I get: Unexpected error running Liquibase: ERROR: ALTER COLUMN SET NOT NULL...

I'm getting this error trying to run generateChangeLog for the first time. `FINE [liquibase.diff] Cannot get object dependencies: Error executing SQL WITH RECURSIVE preference AS ( SELECT 10 AS max_depth...

The plugin is issuing 'select current_user' to Redshift and erroring with the following: `Unexpected error running Liquibase: Error executing SQL select current_schema: [Amazon](500310) Invalid operation: column "current_schema" does not exist;...

Hi, I've seen this issue posted on the internet a few times, and even one issue in the liquibase repo which as been open for years (https://github.com/liquibase/liquibase/issues/3505). As stated, an...

if i have a sql changeset file with 600 different changesets and then add 601st changeset i notice a lot of individual UPDATE sqls (looks like 1 per changeset to...

The Redshift FK snapshot generator was overriding Liquibase, and prevent snapshot of foreign keys.

TypeBug