0.6.1: Reverse order of PARTITION and WHERE clauses (#39)
Pre-release
Pre-release
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