feat: separate parameters from the query pattern.
Now coordinator dispatches SQL patterns with separated parameters. It would help us to cache patterns on the segments as prepared statements one day and skip SQL parsing.
Also we have faced a Tarantool bug
https://github.com/tarantool/tarantool/issues/7283
and made a hot fix in the Picodata fork. As a result we have also migrated sbroad CI to our fork.