Skip to content

Remove unused dsql.region system property from Flyway build#6

Closed
danielfrankcom wants to merge 1 commit into
mainfrom
dev/frankcom/flyway-remove-region
Closed

Remove unused dsql.region system property from Flyway build#6
danielfrankcom wants to merge 1 commit into
mainfrom
dev/frankcom/flyway-remove-region

Conversation

@danielfrankcom

Copy link
Copy Markdown
Contributor

Removes the unused dsql.region system property from the Flyway adapter's Gradle build configuration.

The property was being set from AWS_REGION but never read anywhere in the codebase. Only dsql.cluster.endpoint is actually used by the integration tests.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@danielfrankcom

danielfrankcom commented Jan 29, 2026

Copy link
Copy Markdown
Contributor Author

Removing since this was moved to the github.com/awslabs/aurora-dsql-tools repo

danielfrankcom added a commit to awslabs/aurora-dsql-tools that referenced this pull request Jan 29, 2026
Removes the unused `dsql.region` system property from the Flyway
adapter's Gradle build configuration.

The property was being set from `AWS_REGION` but never read anywhere in
the codebase. Only `dsql.cluster.endpoint` is actually used by the
integration tests.

Originally created as awslabs/aurora-dsql-orms#6

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
@danielfrankcom danielfrankcom deleted the dev/frankcom/flyway-remove-region branch February 5, 2026 00:36
amaksimo added a commit that referenced this pull request Apr 27, 2026
- Add back examples in migrate help text (pkale comment #1)
- Restructure stderr/exitCode logic: always print stderr for diagnostics,
  gate failure on exitCode in both handleMigrate and handleTransform
  (pkale comments #2, #3, #4)
- Add CLI integration tests for unfixable SQL (DROP CONSTRAINT),
  fixable SQL (FK + index), and prisma migrate diff pipe workflow
  (pkale comment #6)
- Remove VARCHAR(30) assertion from workflow test (pkale comment #7)
- Remove false claim about prebuilt binaries in README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant