This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
@
in password not support #676
Closed
Description
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”.
Line 28 in be5256c