Skip to content

Fixed bugs with encrypt column

Krzysztof Putyra requested to merge B17315encrypt into develop

This is a quick fix of the problems described in the ticket:

  • _encrypt= is not detected as a special column _encrypt with a parameter
  • AS _encrypt=... truncates the sql statement, even when quoted.

Merge request reports