This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// {
|
||||
// public static class DataListFilterSpecialToken
|
||||
// {
|
||||
// public const string Null = "{[null]}";
|
||||
// public const string Null = "*NULL*";
|
||||
// public const string Yesterday = "{[yesterday]}";
|
||||
// public const string Today = "{[today]}";
|
||||
// public const string Tomorrow = "{[tomorrow]}";
|
||||
|
||||
@@ -168,7 +168,7 @@ namespace AyaNova.DataList
|
||||
sb.Append(" ");
|
||||
|
||||
//handle null values separately
|
||||
if (!TagFilter && sValue == "{[null]}")
|
||||
if (!TagFilter && sValue == "*NULL*")
|
||||
{
|
||||
switch (DataType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user