Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
properly escape quotes in passwords by calling to_python
database passwords can contain special characters, especially " and ' so we can't just print the value of the field enclosed by single quotes as that would break whenever the user uses a literal ' in their password
- Loading branch information