Stefan Miklosovic created CASSANDRA-20563: ---------------------------------------------
Summary: Rewrite constraint framework to remove column specification from constraint definition Key: CASSANDRA-20563 URL: https://issues.apache.org/jira/browse/CASSANDRA-20563 Project: Apache Cassandra Issue Type: Task Reporter: Stefan Miklosovic Assignee: Stefan Miklosovic val int check not_null(val) is going to be val int check not null similarly, val text check lenght(val) > 5 is going to be val text lenght() > 5 and so on. Also support arguments into constraint functions. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org