Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

@ in password not support #676

Closed
qsliu2017 opened this issue Aug 10, 2023 · 7 comments
Closed

@ in password not support #676

qsliu2017 opened this issue Aug 10, 2023 · 7 comments
Assignees
Labels
bug Something isn't working stale_immune Immunity to stale bot

Comments

@qsliu2017
Copy link

qsliu2017 commented Aug 10, 2023

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”.

dsnparse = "<0.2.0"

@qsliu2017 qsliu2017 added the bug Something isn't working label Aug 10, 2023
@dlawin
Copy link
Contributor

dlawin commented Aug 16, 2023

@qsliu2017 ty for reporting this!

There was an issue in 0.2.0 here #616

We'll have to investigate/mitigate that if we bump the version up

@dlawin dlawin added stale_immune Immunity to stale bot and removed triage labels Aug 16, 2023
@sungchun12
Copy link
Contributor

@qsliu2017 What databases are you diffing? We recently fixed this for postgres: #812

@qsliu2017
Copy link
Author

@qsliu2017 What databases are you diffing? We recently fixed this for postgres: #812

oracle :(

@sungchun12
Copy link
Contributor

Okay, I think this should be relatively easy to fix.

@sungchun12 sungchun12 self-assigned this Jan 11, 2024
@DiogoParrinhaAM
Copy link

Same issue here

@DiogoParrinhaAM
Copy link

Workaround: use a job file

@glebmezh
Copy link
Contributor

Hi @qsliu2017 and @DiogoParrinhaAM,

I'm sorry for the delay in following up on this. Thank you for raising this issue and for looking into potential solutions!

We made a hard decision to sunset the data-diff package and won't provide further development or support.

If that's of interest, over the past few months, we have rewritten the diffing engine in Datafold Cloud and solved many issues that existed in this package's diffing algorithm. Feel free to take it for a trial and contact us at [email protected] if you have any questions.

-Gleb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working stale_immune Immunity to stale bot
Projects
None yet
Development

No branches or pull requests

5 participants