Fixed the -F to filter based on the value pased if you are in -M:All.

This commit is contained in:
Andy Isley 2018-09-20 02:34:48 -04:00
Родитель 9a0f8c028b
Коммит 82b8df4e13
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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