feat: refs #7811 Added new params in datasources.json #2898
|
@ -342,6 +342,9 @@ exports.initialize = function initialize(dataSource, callback) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Code extracted from original Loopback MySQL connector
|
||||||
|
// since it cannot be reused, please try not to alter it.
|
||||||
|
// https://github.com/loopbackio/loopback-connector-mysql/blob/v6.2.0/lib/mysql.js
|
||||||
MySQL.prototype.connect = function(callback) {
|
MySQL.prototype.connect = function(callback) {
|
||||||
const self = this;
|
const self = this;
|
||||||
const options = generateOptions(this.settings);
|
const options = generateOptions(this.settings);
|
||||||
|
|
Loading…
Reference in New Issue