mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 16:22:15 +00:00
"This patch set ensures we quote the name of a UDT when it contains characters that may cause parsing by the CQL parser to fail. Fixes #2491" * 'cql3-quote-type/v1' of https://github.com/duarten/scylla: cql3/util: Make maybe_quote() take argument by const reference cql3/cql3_type: Quote UDT name if needed schema: Lift maybe_quote() into cql3/util