Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
Description
CQL has quite a few keywords. Currently all of them are reserved, but this is not always necessary. PostreSQL for instance distinguish between reserved keywords and non-reserved ones, and allow things like key, timestamp or type as identifiers. I suggest we do the same as convenience for the user.