commit df055acc61c82c1ddc9e55da7f840be15a993ff2
Author: Simon Leinen <email address hidden>
Date: Sat Jun 25 16:31:05 2016 +0200
Avoid passing backslashes in SQL snippets
In order to fix bug #1534660, change 269530 splits many overly long
lines in Bash scripts using backslash continuations. But in some
cases, these backslashes were inserted within command arguments that
are interpreted as SQL expressions, where they cause syntax errors.
This changes splits the corresponding lines differently, so that the
backslashes are no longer passed in SQL expressions.
Reviewed: https:/ /review. openstack. org/334176 /git.openstack. org/cgit/ openstack/ osops-tools- generic/ commit/ ?id=df055acc61c 82c1ddc9e55da7f 840be15a993ff2
Committed: https:/
Submitter: Jenkins
Branch: master
commit df055acc61c82c1 ddc9e55da7f840b e15a993ff2
Author: Simon Leinen <email address hidden>
Date: Sat Jun 25 16:31:05 2016 +0200
Avoid passing backslashes in SQL snippets
In order to fix bug #1534660, change 269530 splits many overly long
lines in Bash scripts using backslash continuations. But in some
cases, these backslashes were inserted within command arguments that
are interpreted as SQL expressions, where they cause syntax errors.
This changes splits the corresponding lines differently, so that the
backslashes are no longer passed in SQL expressions.
Change-Id: I4a8940b6fe9ce8 563315cd0cc9a95 29a02f8cdb8
Closes-Bug: 1596193
Related-Bug: 1534660