Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q Code Transformation: allow POSTGRESQL as target DB for SQL conversions"
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const val INVALID_SUFFIX_SHA = "sha1"
const val INVALID_SUFFIX_REPOSITORIES = "repositories"
const val ORACLE_DB = "ORACLE"
const val AURORA_DB = "AURORA_POSTGRESQL"
const val RDS_DB = "RDS_POSTGRESQL"
const val RDS_DB = "POSTGRESQL"
data class CodeModernizerSessionContext(
val project: Project,
var configurationFile: VirtualFile? = null, // used to ZIP module
Expand Down
Loading