Fixed bugs with encrypt column
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.
This is a quick fix of the problems described in the ticket: