Fixes #775 This fixes two problems - the postgres dialect can parse a connection string in url format that has a password with spaces. If an error occurs the Parse func returns an error instead of panicking.
* fix querystring bit type * fix bit type on postgres