v0.2.0-alpha
Pre-release
Pre-release
- Many new
SetCondition
overloads added for simplicity. Overloads accepting ranges are now in a separate method with its own overloadsSetConditionRange
. - Null handling in aforementioned methods has been improved, it is ignored where it makes no sense (rather than throwing
ArgumentException
). Where both behaviours may be desired,ignoreIfNull
argument has been added. The idea is to allow a condition to be passed with a single line of code. - New flag/prefix has been added to scopes so now you may specify
+{ORDER BY ...}
in a query and what this is means is that this specific scope won't be automatically connected byAND
with its previous sibling. - Default
ConditionValue
implementations now all use<>
negation operator (T-SQL standard) instead of!=
.