sqlstring icon indicating copy to clipboard operation
sqlstring copied to clipboard

Add template string tags

Open Myhlamaeus opened this issue 8 years ago • 1 comments

Adds tags to be used with template strings. Some examples can be found in the README.

Add tags:

  • escapeId
  • escapeIdForbidQualified
  • escapeWithOptions (allows specifying arguments to SqlString.escape)
  • escape
  • escapeStringifyObjects
  • generateFormatFunctionWithOptions (allows specifying arguments to SqlString.escapeId)
  • generateFormatFunction
  • generateFormatFunctionForbidQualified

Myhlamaeus avatar Apr 09 '17 12:04 Myhlamaeus

This seems out of scope for this library - template tag escaping using sqlstring is already implemented elsewhere

TehShrike avatar Sep 16 '18 14:09 TehShrike