Commit 7d8bc0f
add -E option to filepath command (#42)
* add -E option to filepath command
-E
Specifies the <exit-code> if HDBSQL returns an error. Values are: OKAY = 0, ERROR = 1, USAGE = 2, SQLERROR = 3, and VAR = 4.
if -E is not set when using-I option the sql will not fail on first error and still continue running the sql commands inside the file. If the last command is successfully, the whole run is market as successfully
* Create 0044-hdbsql_sqlfile_faile_on_first_error.yaml
* Update 0044-hdbsql_sqlfile_faile_on_first_error.yaml
* Update and rename 0044-hdbsql_sqlfile_faile_on_first_error.yaml to 0044-hdbsql_sqlfile_fail_on_first_error.yaml
---------
Co-authored-by: Rainer Leber <[email protected]>1 parent f9d3cce commit 7d8bc0f
File tree
2 files changed
+3
-1
lines changed- changelogs/fragments
- plugins/modules
2 files changed
+3
-1
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments