Skip to content

v0.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@bawkee bawkee released this 12 Jun 14:52
· 28 commits to master since this release
  • Many new SetCondition overloads added for simplicity. Overloads accepting ranges are now in a separate method with its own overloads SetConditionRange.
  • 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 by AND with its previous sibling.
  • Default ConditionValue implementations now all use <> negation operator (T-SQL standard) instead of !=.