Code name: Fix escaping of URL path
This release fixes an issue when the user specifies a URL path containing characters like ?
or %
. These were incorrectly escaped. We fixed this and now the URL path is used without modification when connecting to the database.
- #104: Fixed encoding of URL path