Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to GIT-18-ff80a61

...

Used in SQL templates to escape data which may contain backslashes {{}} which are otherwise used to escape data.

Code Block
titleExample: Escape with backslashes example
linenumberstrue


SELECT foo FROM bar WHERE baz='${SQL_ESC(${SQL_ESC_BACKSLASHES(${ARG1})})}'

Syntax

No Format
SQL_ESC_BACKSLASHES(string)

...

This documentation was imported from Asterisk Version GIT-18-801317aff80a61