Trying to do similar to: `sqlalchemy.select(sqlalchemy.func.regexp_like(col, '^[0-9]*$'))` The dollar sign is doubled in the generated SQL because of this line https://github.com/databendlabs/databend-sqlalchemy/blob/3b65a3005f84127856a18b76d3c754f4ef26d63b/databend_sqlalchemy/connector.py#L41 @hantmac, any idea about the reason for this replacement?