Due to a bugfix in PHP8.1(https://bugs.php.net/bug.php?id=80808) PDO now returns correctly integers where it used to return string. In this commit ensures that data passed to URL will be passed as strings in order to maintain backward compatibility. [MAILPOET-3980]