Fixed the -F to filter based on the value pased if you are in -M:All.
This commit is contained in:
Родитель
9a0f8c028b
Коммит
82b8df4e13
|
@ -118,6 +118,10 @@ namespace DWScripter
|
|||
{
|
||||
if (mode == "FULL" || mode == "DELTA" || mode == "COMPARE" || mode == "PERSISTSTRUCTURE")
|
||||
{
|
||||
if (mode == "FULL" && featureToScript != "ALL")
|
||||
{
|
||||
filterSpec = featureToScript;
|
||||
}
|
||||
c = new PDWscripter(system, server, sourceDb, authentication, userName, pwd, wrkMode, ExcludeObjectSuffixList, filterSpec, mode, CommandTimeout);
|
||||
if (mode == "PERSISTSTRUCTURE")
|
||||
// populate dbstruct class
|
||||
|
|
Загрузка…
Ссылка в новой задаче