1.4.0
- Added support for
NOT BETWEEN
inWhere
. - Adedd support for conjuction
AND NOT
andOR NOT
. - All
private
methods and properties are nowprotected
. Where::compare
waspublic
. Changed toprotected
.
NOT BETWEEN
in Where
.AND NOT
and OR NOT
.private
methods and properties are now protected
.Where::compare
was public
. Changed to protected
.