Commit Graph

2 Commits

Author SHA1 Message Date
Lunny Xiao d0808c2be2
add schema on postgres dialect 2018-02-08 15:57:08 +08:00
Daniel Lee 84fd68deb7 Postgres dialect parse password with spaces (#775) (#779)
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.
2017-11-17 23:41:52 +08:00