mirror of
https://github.com/Biarity/Sieve.git
synced 2025-04-12 15:02:53 +02:00
* stop excluding null values when filtering using notEqual * add IgnoreNullsOnNotEqual config field, to enable/disable the new feature Co-authored-by: AnasZakarneh <a.zakarneh@foothillsolutions.com>
23 lines
398 B
JSON
23 lines
398 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"TestSqlServer": "Server=(localdb)\\MSSQLLocalDB; Database=SieveTests;"
|
|
},
|
|
"Sieve": {
|
|
"CaseSensitive": false,
|
|
"DefaultPageSize": 10,
|
|
"IgnoreNullsOnNotEqual": true
|
|
},
|
|
"Logging": {
|
|
"Debug": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
}
|
|
}
|
|
}
|