sap-linuxlab / community.sap_libs

Automation for SAP - Collection of Ansible Modules for SAP for low-level activities which are highly reusable
Apache License 2.0
16 stars 7 forks source link

add -E option to filepath command #42

Closed stm85 closed 4 months ago

stm85 commented 5 months ago

-E
Specifies the 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

rainerleber commented 5 months ago

Hi @stm85 thanks for the PR. Sorry for the delay i will take a look and test it by my self after that i will merge the pr as fast as possible.

rainerleber commented 4 months ago

@stm85 Could you please add a changelog fragment

stm85 commented 4 months ago

sure :-D

rainerleber commented 4 months ago

@stm85 i edit a typo