Commit Graph

4 Commits

Author SHA1 Message Date
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
Lunny Xiao 8439b76875 fix querystring bit type (#711)
* fix querystring bit type

* fix bit type on postgres
2017-09-09 17:10:15 +08:00
Lunny Xiao a5cb21c443
bug fixed for mssql dialect 2017-04-05 18:17:41 +08:00
Hank Shen 6687a2b4e8 Rename the dialect file name (#557) 2017-03-30 17:59:41 +08:00