We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
drizzle-orm
0.30.10
drizzle-kit
0.21.4
Creating random secure passwords using openssl is pretty common
openssl rand -base64 32
e.g result: 1kgABjxw/K6lg/jsjztzsK0FD8dVgUDxwo03ovjGinc=
The "/" character seems to break the way passwords get parsed.
Took me a while scratching my head wondering what was happening. The error that gets thrown from drizzle-kit: 'ERR_INVALID_URL'
Password should be parsed successfully or clearer error message
No response
The text was updated successfully, but these errors were encountered:
This issue is from driver and not drizzle. Please create this issue on a driver gihub page
Sorry, something went wrong.
No branches or pull requests
What version of
drizzle-orm
are you using?0.30.10
What version of
drizzle-kit
are you using?0.21.4
Describe the Bug
Creating random secure passwords using openssl is pretty common
e.g result: 1kgABjxw/K6lg/jsjztzsK0FD8dVgUDxwo03ovjGinc=
The "/" character seems to break the way passwords get parsed.
Took me a while scratching my head wondering what was happening. The error that gets thrown from drizzle-kit: 'ERR_INVALID_URL'
Expected behavior
Password should be parsed successfully or clearer error message
Environment & setup
No response
The text was updated successfully, but these errors were encountered: