Avi Kivity
be99101f36
utils: convert sprint() to format()
...
sprint() recently became more strict, throwing on sprint("%s", 5). Replace
with the more modern format().
Mechanically converted with https://github.com/avikivity/unsprint .
2018-11-01 13:16:17 +00:00
Vladimir Krivopalov
61b1988aa1
Use meaningful error messages when throwing a marshal_exception
...
Fixes #2977
Signed-off-by: Vladimir Krivopalov <vladimir@scylladb.com >
Message-Id: <20171121005108.23074-1-vladimir@scylladb.com >
2017-11-21 16:05:43 +02:00
Daniel Fiala
21ea05ada1
utils/big_decimal: Fix compilation issue with converion of cpp_int to uint64_t.
...
Signed-off-by: Daniel Fiala <daniel@scylladb.com >
Message-Id: <20171121134854.16278-1-daniel@scylladb.com >
2017-11-21 15:51:29 +02:00
Daniel Fiala
ce2f010859
utils/big_decimal: Added necessary operators and methods for aggregate functions.
...
Signed-off-by: Daniel Fiala <daniel@scylladb.com >
2017-11-12 15:51:29 +01:00
Avi Kivity
7234f0f0a0
utils: remove dependency on types.hh
...
Replace with dependency on much smaller marshal_exception.hh.
2017-08-27 15:16:21 +03:00
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
Avi Kivity
d5cf0fb2b1
Add license notices
2015-09-20 10:43:39 +03:00
Paweł Dziepak
026ecdb50f
utils: add big_decimal class
...
Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com >
2015-09-08 16:04:30 +02:00