不要怂,就是干,撸起袖子干!

Commit a970c0e6 by reedog117

Modified to pass ssl options to mariadb dialect

1 parent a1c06dd7
Showing with 2 additions and 0 deletions
......@@ -77,6 +77,7 @@ module.exports = (function() {
queue: true,
native: false,
replication: false,
ssl: undefined,
pool: {}
}, options || {})
......@@ -95,6 +96,7 @@ module.exports = (function() {
protocol: this.options.protocol,
queue : this.options.queue,
native : this.options.native,
ssl : this.options.ssl,
replication: this.options.replication,
maxConcurrentQueries: this.options.maxConcurrentQueries
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!