We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16f4ac6 + 16d43cb commit 112f6d7Copy full SHA for 112f6d7
pkg/config/database.go
@@ -61,7 +61,7 @@ func (d *Database) Open(logger *logging.Logger) (*icingadb.DB, error) {
61
62
config.DBName = d.Database
63
config.Timeout = time.Minute
64
- config.Params = map[string]string{"sql_mode": "ANSI_QUOTES"}
+ config.Params = map[string]string{"sql_mode": "'TRADITIONAL,ANSI_QUOTES'"}
65
66
tlsConfig, err := d.TlsOptions.MakeConfig(d.Host)
67
if err != nil {
0 commit comments