Files
scylladb/cql3
Michał Jadwiszczak 0589116991 cql3: single_quote() util function
`single_quote()` takes a string and transforms it to a string
which can be safely used in CQL commands.
Single quoting involves wrapping the name in single-quotes ('). A sigle-quote
character itself is quoted by doubling it.
Single quoting is necessary for dates, IP addresses or string literals.
2022-12-10 12:27:22 +01:00
..
2022-07-20 18:19:22 +02:00
2022-12-10 12:27:22 +01:00