Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Use URL instead of regex for shadow-db name #435

Open
wants to merge 2 commits into
base: pgkit
Choose a base branch
from

Conversation

indeyets
Copy link

@indeyets indeyets commented Nov 7, 2024

connectionString is a URL, so it should be treated as such. regex didn't
handle more complex cases (such as "-" in the name of database).

And while it is possible to tweak regex for greater compatibility, using
actual URL-object guarantees proper result in ALL cases.

#434

connectionString is a URL, so it should be treated as such. regex didn't
handle more complex cases (such as "-" in the name of database).

And while it is possible to tweak regex for greater compatibility, using
actual URL-object guarantees proper result in ALL cases.

mmkal#434
Copy link

vercel bot commented Nov 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pgkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 3, 2024 5:43pm

@mmkal
Copy link
Owner

mmkal commented Nov 8, 2024

This looks good to me. I'm on parental leave at the moment but will try to get this merged + published in the next few days.

@indeyets
Copy link
Author

@mmkal (friendly ping)

@mmkal
Copy link
Owner

mmkal commented Dec 3, 2024

Thanks for the nudge! I published a prerelease for this: 0.2.7-14

Could you try and see if that works? If so I'll merge.

@indeyets
Copy link
Author

indeyets commented Dec 4, 2024

@mmkal yes, seems to work just fine 👍

@indeyets
Copy link
Author

@mmkal can you make a proper release pls? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants