refactor testDataSource() method
This commit is contained in:
@@ -48,7 +48,7 @@ export class SQLConnector extends DBConnector {
|
||||
}
|
||||
|
||||
loadSQLDialect() {
|
||||
if (this.datasourceType === supportedDatabases.postgres) {
|
||||
if (this.datasourceTypeId === supportedDatabases.postgres) {
|
||||
this.sqlDialect = postgres;
|
||||
} else {
|
||||
this.sqlDialect = mysql;
|
||||
|
||||
Reference in New Issue
Block a user