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
9d11968ad8
Rename serialization_format to cql_serialization_format
2016-02-15 16:53:56 +01:00
Tomasz Grabiec
e061eb02df
cql3: Avoid using partition_key::from_bytes()
...
serialize() and from_bytes() is a low level interface, which in this
case can be replaced with a partition_key static factory method
resulting in cleaner code.
2016-02-15 16:53:55 +01:00
Avi Kivity
d5cf0fb2b1
Add license notices
2015-09-20 10:43:39 +03:00
Paweł Dziepak
15a0e2e386
cql3: use proper token type in token() function
...
Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com >
2015-08-14 16:12:38 +02:00
Tomasz Grabiec
c4acdb2068
db: Switch from bytes to managed_bytes for storing data
...
We need a container which can be used with compacting
allocators. "bytes" can't be used with compacting allocator because it
can't handle its external storage being moved.
2015-08-06 14:05:16 +02:00
Tomasz Grabiec
6c9a41bfcf
cql3/functions/token_fct: Add unimplemented guard for validation
2015-08-05 17:09:08 +02:00
Calle Wilund
b17c3bf6df
TokenFct Java->C++
2015-07-08 10:02:31 +02:00