Files
scylladb/alternator
Piotr Sarna df02fc6b06 alternator: add fallback serialization for all types
While most types (e.g. boolean) are not valid key types for alternator users,
system tables derived from Scylla may still use this type for keys,
e.g. system_auth.roles. Note that types which are not directly
supported by alternator (e.g. double) will not be representable
out-of-the-box - instead, they simply fall back to string, which is both
human-readable and supported by alternator.
2020-04-09 09:41:30 +02:00
..
2019-09-11 18:01:05 +03:00
2019-09-11 18:01:05 +03:00
2020-03-03 11:34:00 +01:00