Add pgx driver support #1795

Merged
lunny merged 7 commits from lunny/pgx_support into master 2021-08-05 06:04:11 +00:00
Showing only changes of commit 6aa027643b - Show all commits

View File

@ -471,6 +471,7 @@ func (engine *Engine) dumpTables(tables []*schemas.Table, w io.Writer, tp ...sch
destURI := dialects.URI{
DBType: tp[0],
DBName: uri.DBName,
Schema: uri.Schema,
}
dstDialect.Init(&destURI)
}