mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
use reliable way to detect createtable statements (#19897)
* use reliable way to detect createtable statements * PR comments * comments
This commit is contained in:
@@ -170,4 +170,7 @@ export class DacFxTestService implements mssql.IDacFxService {
|
||||
};
|
||||
return Promise.resolve(streamingJobValidationResult);
|
||||
}
|
||||
parseTSqlScript(filePath: string, databaseSchemaProvider: string): Thenable<mssql.ParseTSqlScriptResult> {
|
||||
return Promise.resolve({ containsCreateTableStatement: true });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user