masumsoft / express-cassandra

Cassandra ORM/ODM/OGM for NodeJS with support for Apache Cassandra, ScyllaDB, Datastax Enterprise, Elassandra & JanusGraph.
http://express-cassandra.readthedocs.io
GNU Lesser General Public License v3.0
228 stars 67 forks source link

fix: where clause comparison in schema match #263

Closed AMFTech512 closed 1 year ago

AMFTech512 commented 1 year ago

This PR fixes a bug with certain versions of cassandra/scylla where the "where clause" is incorrectly compared in the schema validation because it has mismatching cases for "null". Sometimes it's "IS NOT NULL" and sometimes it's "IS NOT null".