Add dialects

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
m.nabokikh
2021-09-13 17:48:02 +04:00
parent eae3219e4d
commit fb38e1235d
64 changed files with 1198 additions and 596 deletions

View File

@@ -106,7 +106,7 @@ func (m *MySQL) dsn(tlsConfig string) string {
TLSConfig: tlsConfig,
ParseTime: true,
Params: make(map[string]string),
Params: make(map[string]string),
}
if m.Host != "" {