Releases: packaged/querybuilder
Releases · packaged/querybuilder
Fix CQL ArrayExpression assembly
0.6.4 fix CQL ArrayExpression
Fix for setting null values
0.6.3 Fix for SET Clause on null equal predicates
Remove alias from CQL select expressions
0.6.2 better handling of alias removal from selects in CQL
Shorthand Predicate Creation
0.6.1 'create' helper for BetweenPredicate
Update Statement Enhancements
0.6.0 Update Statement improvements
32bit support for NumericExpression
0.5.1 use filter_var to sanitise values instead of typecasting. Fixes issue…
(Not)LikePredicate Expressions
0.5.0 LikePredicate only supports specific Expression types. Add NotLikePr…
Include WhereTrait in Delete and Update Statements
0.4.1 include WhereTrait for DeleteStatement and UpdateStatement
Support for 'andWhere' and 'MatchExpression'
0.4.0 Add andWhere to WhereTrait
support ALLOW FILTERING
0.3.1 Add ALLOW FILTERING clause for CQL