Pekka Enberg
38a54df863
Fix pre-ScyllaDB copyright statements
...
People keep tripping over the old copyrights and copy-pasting them to
new files. Search and replace "Cloudius Systems" with "ScyllaDB".
Message-Id: <1460013664-25966-1-git-send-email-penberg@scylladb.com >
2016-04-08 08:12:47 +03:00
Tomasz Grabiec
4279ab40c5
cql_serialization_format: Print version as integer instead of char
...
Currently prints ^C instead of 3.
Message-Id: <1456856287-3681-1-git-send-email-tgrabiec@scylladb.com >
2016-03-01 20:47:48 +02:00
Tomasz Grabiec
6709c0ac15
cql_serialization_format: Make it CQL protocol version aware
...
We want to serialize it as a single number, the CQL binary protocol
version to which it corresponds, so it needs to be aware of the
version number.
2016-02-15 17:05:55 +01:00
Tomasz Grabiec
81fdd12f07
cql_serialization_version: Abstract away collection format changes
...
This puts knowledge about which cql_serialization_formats have the
same collection format into one place,
cql_serialization_format::collection_format_unchanged().
2016-02-15 17:03:53 +01:00
Tomasz Grabiec
9d11968ad8
Rename serialization_format to cql_serialization_format
2016-02-15 16:53:56 +01:00