Skip to content
Merged
Changes from all 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
2 changes: 0 additions & 2 deletions properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,13 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "deferrable",
"propertyTooltip": "\nA constraint that is not deferrable will be checked immediately after every command. Checking of constraints that are deferrable can be postponed until the end of the transaction",
"propertyType": "select",
"defaultValue": "",
"options": ["", "DEFERRABLE", "NOT DEFERRABLE"]
},
{
"propertyName": "Check time",
"propertyKeyword": "deferrableConstraintCheckTime",
"propertyTooltip": "\nIf the constraint is INITIALLY IMMEDIATE, it is checked after each statement. This is the default. If the constraint is INITIALLY DEFERRED, it is checked only at the end of the transaction",
"propertyType": "select",
"defaultValue": "",
"options": ["", "INITIALLY IMMEDIATE", "INITIALLY DEFERRED"],
"dependency": {
"key": "customProperties.deferrable",
Expand Down