Skip to content

Releases: packaged/querybuilder

Fix CQL ArrayExpression assembly

22 Jan 17:03

Choose a tag to compare

0.6.4

fix CQL ArrayExpression

Fix for setting null values

22 Jan 16:28

Choose a tag to compare

0.6.3

Fix for SET Clause on null equal predicates

Remove alias from CQL select expressions

22 Jan 16:11

Choose a tag to compare

0.6.2

better handling of alias removal from selects in CQL

Shorthand Predicate Creation

22 Jan 15:31

Choose a tag to compare

0.6.1

'create' helper for BetweenPredicate

Update Statement Enhancements

22 Jan 12:08

Choose a tag to compare

0.6.0

Update Statement improvements

32bit support for NumericExpression

08 Jan 15:35

Choose a tag to compare

0.5.1

use filter_var to sanitise values instead of typecasting. Fixes issue…

(Not)LikePredicate Expressions

06 Jan 13:22

Choose a tag to compare

0.5.0

LikePredicate only supports specific Expression types.  Add NotLikePr…

Include WhereTrait in Delete and Update Statements

08 Dec 18:23

Choose a tag to compare

0.4.1

include WhereTrait for DeleteStatement and UpdateStatement

Support for 'andWhere' and 'MatchExpression'

28 Nov 16:31

Choose a tag to compare

0.4.0

Add andWhere to WhereTrait

support ALLOW FILTERING

27 Nov 23:26

Choose a tag to compare

0.3.1

Add ALLOW FILTERING clause for CQL