Expand description
NodeDB reserved identifier list.
These keywords are intercepted by the DDL dispatcher or DSL rewriter before the SQL reaches sqlparser. Using them as bare (unquoted) identifiers would cause silent misdispatch, so they are rejected at parse time with an actionable error message that includes the quoted escape form.
Constants§
- RESERVED_
KEYWORDS - Words that NodeDB claims as dispatch or rewrite keywords.
Functions§
- check_
identifier - Validate a raw identifier token extracted from SQL.
- is_
reserved - Return
trueifnamematches a NodeDB reserved keyword (case-insensitive).