Méthode | Description | |
---|---|---|
GetChangedScriptsAsync ( ) : Task |
Gets the build scripts for database objects that have changed since a specified repository state. This method returns the scripts that have changed between the revision specified by SourceChangeset and the current HEAD. |
Méthode | Description | |
---|---|---|
DvcsScriptRepositoryBase ( DirectoryInfoBase scriptDirectory, string serverName, string databaseName, IFileSystem fileSystem, IParser sqlParser, ILogger logger, bool ignoreUnsupportedSubdirectories ) : System |
Instantiates a dvcs script repository for the given database at the specified directory location.
|
|
DvcsScriptRepositoryBase ( string scriptDirectoryPath, string serverName, string databaseName, IFileSystem fileSystem, IParser sqlParser, ILogger logger, bool ignoreUnsupportedSubdirectories ) : System |
Instantiates a dvcs script repository for the given database at the specified directory location.
|
|
GetDiffedFilesAsync ( ) : Task |
Gets the files that have changed between the revision specified by SourceChangeset and the current HEAD.
|
protected DvcsScriptRepositoryBase ( DirectoryInfoBase scriptDirectory, string serverName, string databaseName, IFileSystem fileSystem, IParser sqlParser, ILogger logger, bool ignoreUnsupportedSubdirectories ) : System | ||
scriptDirectory | DirectoryInfoBase | The directory where build scripts are located. |
serverName | string | The name of the database server. |
databaseName | string | The name of the database. |
fileSystem | IFileSystem | An object that provides access to the file system. |
sqlParser | IParser | The sql script parser for reading the SQL file contents. |
logger | ILogger | A Logger |
ignoreUnsupportedSubdirectories | bool | A flag indicating whether to ignore subdirectories that don't conform to the expected naming convention. |
Résultat | System |
protected DvcsScriptRepositoryBase ( string scriptDirectoryPath, string serverName, string databaseName, IFileSystem fileSystem, IParser sqlParser, ILogger logger, bool ignoreUnsupportedSubdirectories ) : System | ||
scriptDirectoryPath | string | The path to the directory where build scripts are located. |
serverName | string | The name of the database server. |
databaseName | string | The name of the database. |
fileSystem | IFileSystem | An object that provides access to the file system. |
sqlParser | IParser | The sql script parser for reading the SQL file contents. |
logger | ILogger | A Logger |
ignoreUnsupportedSubdirectories | bool | A flag indicating whether to ignore subdirectories that don't conform to the expected naming convention. |
Résultat | System |
protected abstract GetDiffedFilesAsync ( ) : Task |
||
Résultat | Task |