Kenta Hattori
Results
3
issues of
Kenta Hattori
In pacemaker-2.1.0, the `--get-value` option of the crm_master command now fails if no argument is passed. This has caused the problem in issue #194. In this PR, the problem is...
``` syntax error at or near "j1" LINE 1: ...SET value = pgp_sym_encrypt('hogehoge', 'hogehoge'j1') WHERE... ``` It seems that proper escaping is needed when constructing SQL statements.
bug
help wanted