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.
1 parent c71a9ab commit 1ae79efCopy full SHA for 1ae79ef
1 file changed
Plugins/MySQLDriverPlugin/MySQLPluginDriver.swift
@@ -63,7 +63,7 @@ final class MySQLPluginDriver: PluginDatabaseDriver, @unchecked Sendable {
63
port: config.port,
64
user: config.username,
65
password: config.password,
66
- database: config.database,
+ database: _activeDatabase,
67
sslConfig: sslConfig
68
)
69
0 commit comments