You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check_lookup(self, 'IS NOT NULL', IsNotNullOperator)
71
+
check_lookup('IS NOT NULL', IsNotNullOperator)
72
72
73
73
# The * is not expanded because there are no referred fields
74
74
assertstr(TestQueryUpdateModel.filter(IsNotNull("text")).limit(2)) =='SELECT * FROM cqlengine_test.test_query_update_model WHERE "text" IS NOT NULL LIMIT 2'
0 commit comments