Skip to content

Commit b085dd9

Browse files
authored
fix(amazonq): allow postgresql as target DB #6259
## Problem `RDS_POSTGRESQL` should be spelled as `POSTGRESQL` ## Solution Fix spelling
1 parent 7084800 commit b085dd9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q Code Transformation: allow POSTGRESQL as target DB for SQL conversions"
4+
}

packages/core/src/codewhisperer/models/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ export enum JDKVersion {
606606

607607
export enum DB {
608608
ORACLE = 'ORACLE',
609-
RDS_POSTGRESQL = 'RDS_POSTGRESQL',
609+
RDS_POSTGRESQL = 'POSTGRESQL',
610610
AURORA_POSTGRESQL = 'AURORA_POSTGRESQL',
611611
OTHER = 'OTHER',
612612
}

0 commit comments

Comments
 (0)