0 Collaborator |
4 Patch |
9185ce1ac334a39e7380c8930eff6d0cd0537aff, 22229812a83ec0655d2eceffa5c16afaafe138ac, 2416cf340d32ee20794e739fa794968858295098, 066e974c166d59aa2d3aee45b234d8c21c631180 |
9185ce1ac334a39e7380c8930eff6d0cd0537aff | Author: Michał Matczuk <michal@scylladb.com> | 2022-06-20 14:43:35+02:00 marshal: UDT, when values are a map force presence of all elements User shall send the values in the order specified by the UDT. > A UDT value is composed of successive [bytes] values, one for each field of the UDT > value (in the order defined by the type). A UDT value will generally have one value > for each field of the type it represents, but it is allowed to have less values than > the type has fields. Skipping a value causes DATA CORRUPTION by assigning next field value to the current value and clearing the tailing values. Fixes #1624
22229812a83ec0655d2eceffa5c16afaafe138ac | Author: Michał Matczuk <michal@scylladb.com> | 2018-10-18 14:33:54+02:00 tests: fixed a test race in TestTracing (#1220)
2416cf340d32ee20794e739fa794968858295098 | Author: Michał Matczuk <michal@scylladb.com> | 2017-10-09 23:14:47+02:00 Consistency no panic (#983) * frame: add marshaller and unmarshaller for Consistency and SerialConsistency * authors: update * frame: ParseConsistencyWrapper renamed to ParseConsistency and ParseConsistency renamed to MustParseConsistency
066e974c166d59aa2d3aee45b234d8c21c631180 | Author: Michał Matczuk <michal@scylladb.com> | 2017-08-31 17:20:34+02:00 README update with gocqlx (#966) * readme: typo fix * readme: add gocqlx