With last commit, we have function web.database.dburl2dict. but it doesn't 
work if password contains '@'.

>>> 
dburl2dict('postgres://james:"pw_with_@"@serverfarm.example.net:5432/mygreatdb')
{'host': '"@serverfarm.example.net', 'pw': '"pw_with_', ...}

As you can see, both host and pw are incorrect.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/webpy/-/PQgM8qUrgpQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to