Cody Lewis

Results 2 comments of Cody Lewis

Have you tried using hint syntax? I suspect that node-cassandra-cql is detecting that your string is a UUID, and hence sending it a CQL statement without quotes. https://github.com/jorgebay/node-cassandra-cql#how-can-specify-the-target-data-type-of-a-query-parameter Also, don't...

First, try reducing the number of queries to one so that you can isolate the particular query this is a problem. Then try using hints to specify the target data...