[Fixed] DuckDB can't connect to Postgre since update
Hi, I have a DuckDB script in Windmill that worked really well in v1.586.0, but since updating to v1.639.0 it can't connect to the Postgre databases anymore using ATTACH. It seems like it uses URL encoding on passwords, since in the output of the script when it crashes, it replaces every special char in the databases' passwords with things like %21, %40, etc. Is it intentional ? Has something changed ? When using the same database ressources in PostgreSQL scripts it works, and when testing the connection from the ressources tab it works as well.