Lunny Xiao
c9b14f9487
move depends package from github.com to customize domain ( #1327 )
2019-06-17 13:38:13 +08:00
xutao
52b85c2f7e
fix excute GetIndexes error with sepcial postgresql index ( #1215 )
...
Fixed #1183
2019-01-31 14:48:55 +08:00
DrWrong(Yuhang)
a8bd843a55
Change pgx driver ( #996 )
...
* Change pgx driver
* Add test case
* Fix bug
2018-06-06 16:43:14 +08:00
Lunny Xiao
2e295feace
Improve schema support on postgres dialect ( #845 )
...
* add schema on postgres dialect
* fix to support no specific schema when postgres
2018-02-08 20:43:17 -06: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