Skip to content

Commit

Permalink
added support for NULLS NOT DISTINCT in unique indexes and unique key…
Browse files Browse the repository at this point in the history
… constraints, DEFERABLE unique constraints, and stored generated columns
  • Loading branch information
pdesmarets committed Nov 24, 2023
1 parent 1ece2d6 commit 64ade72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PostgreSQL",
"version": "0.1.51",
"versionDate": "2023-09-15",
"version": "0.1.52",
"versionDate": "2023-11-24",
"author": "hackolade",
"engines": {
"hackolade": "6.1.2",
Expand All @@ -17,7 +17,8 @@
"v12.x",
"v13.x",
"v14.x",
"v15.x"
"v15.x",
"v16.x"
]
},
"features": {
Expand Down
2 changes: 1 addition & 1 deletion properties_pane/defaultData.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"model": {
"modelName": "New model",
"dbVersion": "v13.x",
"dbVersion": "v15.x",
"dbVendor": "PostgreSQL"
},
"container": {
Expand Down
3 changes: 2 additions & 1 deletion properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ making sure that you maintain a proper JSON format.
"v12.x",
"v13.x",
"v14.x",
"v15.x"
"v15.x",
"v16.x"
],
"disabledOption": false
},
Expand Down

0 comments on commit 64ade72

Please sign in to comment.