Skip to content

0.6.1: Reverse order of PARTITION and WHERE clauses (#39)

Pre-release
Pre-release
Compare
Choose a tag to compare
@brantburnett brantburnett released this 21 Jun 14:38
Motivation
-------------
WHERE clause was being added before the PARTITION clause in cases where both were used, causing invalid N1QL to be generated.

Modifications
------------------
Moved the addition of the WHERE clause to be after the PARTITION clause (if any) is added.

Limit Node.js version to 8 in Travis