Describe the bug
Say a user with password passwd@123. Since @ in DSN can not be distinguished, it should be quoted as passwd%40123. However datadiff does not support quoted DSN currently.
After searching, I found that dsnparse 0.2.0 has support that kind of quoted DSNs.
please consider to upgrade the dependency version to “>0.2.0”.
Describe the bug
Say a user with password
passwd@123. Since@in DSN can not be distinguished, it should be quoted aspasswd%40123. However datadiff does not support quoted DSN currently.After searching, I found that dsnparse 0.2.0 has support that kind of quoted DSNs.
please consider to upgrade the dependency version to “>0.2.0”.
data-diff/pyproject.toml
Line 28 in be5256c