Skip to content

Commit 07a1e7c

Browse files
authored
Merge pull request scylladb#44 from riptano/python-1122
PYTHON-1122: Add new DSE CQL keywords for 6.8
2 parents 2744c8a + ada6e6e commit 07a1e7c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Features
1414
* Support NULL in collection deserializer (PYTHON-1123)
1515
* Avoid warnings about unspecified load balancing policy when connecting to a cloud cluster (PYTHON-1177)
1616
* Add Python 3.8 support (PYTHON-1189)
17+
* Add new DSE CQL keywords (PYTHON-1122)
1718
* [GRAPH] Ability to execute Fluent Graph queries asynchronously (PYTHON-1129)
1819
1920
Bug Fixes

cassandra/metadata.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@
5757
'permissions', 'primary', 'rename', 'replace', 'returns', 'revoke', 'role', 'roles', 'schema', 'select', 'set',
5858
'sfunc', 'smallint', 'static', 'storage', 'stype', 'superuser', 'table', 'text', 'time', 'timestamp', 'timeuuid',
5959
'tinyint', 'to', 'token', 'trigger', 'truncate', 'ttl', 'tuple', 'type', 'unlogged', 'update', 'use', 'user',
60-
'users', 'using', 'uuid', 'values', 'varchar', 'varint', 'view', 'where', 'with', 'writetime'
60+
'users', 'using', 'uuid', 'values', 'varchar', 'varint', 'view', 'where', 'with', 'writetime',
61+
62+
# DSE specifics
63+
"node", "nodes", "plan", "active", "application", "applications", "java", "executor", "executors", "std_out", "std_err",
64+
"renew", "delegation", "no", "redact", "token", "lowercasestring", "cluster", "authentication", "schemes", "scheme",
65+
"internal", "ldap", "kerberos", "remote", "object", "method", "call", "calls", "search", "schema", "config", "rows",
66+
"columns", "profiles", "commit", "reload", "unset", "rebuild", "field", "workpool", "any", "submission", "indices",
67+
"restrict", "unrestrict"
6168
))
6269
"""
6370
Set of keywords in CQL.

0 commit comments

Comments
 (0)