This commit is contained in:
@@ -197,6 +197,9 @@ namespace AyaNova.PickList
|
|||||||
|
|
||||||
|
|
||||||
//WHERE
|
//WHERE
|
||||||
|
//there is a condition where there is no where (inactive=true and no query of any kind)
|
||||||
|
if (lWhere.Count > 0 || HasTagSpecificQuery || IncludeInactive)
|
||||||
|
{
|
||||||
sb.Append(" where ");
|
sb.Append(" where ");
|
||||||
|
|
||||||
if (HasTagSpecificQuery)
|
if (HasTagSpecificQuery)
|
||||||
@@ -239,6 +242,7 @@ namespace AyaNova.PickList
|
|||||||
sb.Length -= 5;
|
sb.Length -= 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//ORDER BY
|
//ORDER BY
|
||||||
sb.Append(" order by ");
|
sb.Append(" order by ");
|
||||||
|
|||||||
Reference in New Issue
Block a user