János Benjamin Antal
adf21e37c4
Make tests use the installed protobuf files
2023-11-27 13:39:28 +00:00
avogar
e66f6272d1
Refactor CapnProto format to improve input/output performance
2023-05-24 17:19:04 +00:00
Yakov Olkhovskiy
612b79868b
test added
2023-05-17 20:40:51 +00:00
avogar
c2f18281c8
Make better
2023-04-19 10:33:39 +00:00
avogar
bb6cf5252f
Fix logical error with IPv4 in Protobuf, add support for Date32
2023-04-19 10:33:39 +00:00
robot-ch-test-poll2
bf003c7595
Merge pull request #48390 from Avogar/protobuf-tuple
...
Allow write/read unnamed tuple as nested Message in Protobuf format
2023-04-05 22:14:28 +02:00
avogar
f46f098c78
Better
2023-04-05 09:55:49 +00:00
avogar
35937adcaa
Support more types in CapnProto format
2023-03-30 19:15:28 +00:00
avogar
8da3594cd8
Fix IPv4/IPv6 serialization/deserialization in binary formats
2023-02-20 17:42:56 +00:00
avogar
ecdeff622b
Add small improvements in CapnProto format
2022-11-18 20:13:00 +00:00
avogar
ca0d883c0f
Fix possible segfault in CapnProto input format
2022-08-15 15:36:18 +00:00
avogar
79a76abf96
Try fix tests
2022-07-21 17:47:10 +00:00
avogar
784ee11594
Add settings to skip fields with unsupported types in Protobuf/CapnProto schema inference
2022-07-20 11:16:25 +00:00
avogar
329acfd6a8
Fix tests
2022-07-19 12:08:57 +00:00
avogar
3f81aadb60
Fix schema inference in case of empty messages in Protobuf/CapnProto formats
2022-07-18 17:53:33 +00:00
Jakub Kuklis
e705425374
Minor improvements
2022-04-29 10:01:51 +02:00
Jakub Kuklis
67c368ddfb
Add a test with multiple wrappers used in a single message
2022-04-29 10:01:51 +02:00
Jakub Kuklis
014b71e4b2
Test for input and output of Nullable Google wrappers, still one thing to investigate about output
2022-04-29 10:01:50 +02:00
Robert Schulze
08d3f7fa14
Add tests for ProtobufList formats
...
- Various tests of the Protobuf format existed already. Most of them
check serialization/deserialization of specific data types, e.g.
arrays, arrays in arrays, enums, maps, columns with default values
etc. There is also an end-to-end test which uses a complex table
that combines aforementioned data types.
- Since "ProtobufList" reuses the data conversion code of "Protobuf"
and only differs slightly in the schema matching logic it should
suffice to extend only the end-to-end test. This avoids testing the
same stuff twice (and the same was done btw. for the ProtobufSingle
format).
2022-03-16 19:33:58 +01:00
avogar
dd994aa761
Add some tests and some fixes
2021-12-29 12:18:56 +03:00
Vitaly Baranov
15e3dbe3f2
Fix skipping columns in Nested while writing protobuf.
2021-12-04 18:00:02 +03:00
avogar
ce22f534c4
Add CapnProto output format, refactor CapnProto input format
2021-10-14 16:43:22 +03:00
Vitaly Baranov
c015ec7be9
Fix serialization of splitted nested messages in Protobuf format.
2021-06-05 14:20:39 +03:00
Vitaly Baranov
2480e4ee3d
Better tests for protobuf format #2 .
2021-02-24 21:06:29 +03:00
Vitaly Baranov
2eecaee08d
Better tests for protobuf format.
2021-02-20 23:13:32 +03:00