azuqua / cassanknex

A CQL query builder written in the spirit of Knexjs
MIT License
50 stars 10 forks source link

frozenSet wrongly compiled #16

Closed rashtao closed 9 years ago

rashtao commented 9 years ago

This test has a wrong assertion:

frozenSet("uudtTypeSetColumn", "myUUDT")

should be compiled to:

"uudtTypeSetColumn" SET <FROZEN <myUUDT>>

but currently it compiles to:

"uudtTypeSetColumn" SET <FROZEN myUUDT>