mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
@@ -192,6 +192,7 @@ export class ConnectionProfile extends ProviderConnectionInfo implements interfa
|
|||||||
public cloneWithDatabase(databaseName: string): ConnectionProfile {
|
public cloneWithDatabase(databaseName: string): ConnectionProfile {
|
||||||
let instance = this.cloneWithNewId();
|
let instance = this.cloneWithNewId();
|
||||||
instance.databaseName = databaseName;
|
instance.databaseName = databaseName;
|
||||||
|
instance.originalDatabase = databaseName;
|
||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user