mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
The text data type is no longer present in CQL binary protocol v3 and later. We don't need it for encoding earlier versions either because it's an alias for varchar which is present in all CQL binary protocol versions. Fixes #526. Signed-off-by: Pekka Enberg <penberg@scylladb.com>