-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segfault in Database editor (#2489)
- Loading branch information
Showing
8 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...pinetoolbox/items/exporter/.export-manifest-e7cb0c670df62a5135b1dd6236afee47eaaad217.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"data.csv": ["output\\base_scenario_e7cb0c670df62a5135b1dd6236afee47eaaad217\\data.csv"]} |
1 change: 1 addition & 0 deletions
1
...x/items/exporter/output/base_scenario_e7cb0c670df62a5135b1dd6236afee47eaaad217/.filter_id
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
base_scenario - Test data |
1 change: 1 addition & 0 deletions
1
...box/items/exporter/output/base_scenario_e7cb0c670df62a5135b1dd6236afee47eaaad217/data.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
VisibleByDefault,visible |
11 changes: 11 additions & 0 deletions
11
execution_tests/active_by_default/.spinetoolbox/local/project_local_data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"items": { | ||
"Test data": { | ||
"url": { | ||
"username": "", | ||
"password": "" | ||
} | ||
}, | ||
"Exporter": {} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
execution_tests/active_by_default/.spinetoolbox/local/specification_local_data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"Tool": { | ||
"Run SpineOpt": { | ||
"execution_settings": {} | ||
}, | ||
"Load template": { | ||
"execution_settings": {} | ||
}, | ||
"Run SpineOpt detached": { | ||
"execution_settings": {} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters