v.20.1Backward Incompatible Changes
Query Parameters Now Require Escaped Format for NULL Support
Now it's expected that query parameters are represented in "escaped" format. For example, to pass stringa<tab>byou have to writea\tbora<tab>band respectively,a%5Ctbora%5C%09bin URL. This is needed to add the possibility to pass NULL as\N. This fixes #7488. #8517 (alexey-milovidov)