Oleksandr Pikalov
Oleksandr Pikalov
As of now `try_from_raw` works with `Row` and doesn't accept references. In this issue we need to provide such possibility.
I think it makes sense to create some helpers which would be able to convert a date into a proper `Value`. Generally, the approach is following `some_date` -> [`unisigned integer`](https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec#L850)...
Thanks to @DoumanAsh a support of rustls was added. Now we need to document it: * provide an example * add a subpage to https://github.com/AlexPikalov/cdrs/tree/master/documentation
Re-use https://github.com/AlexPikalov/cassandra-proto as a logic for Cassandra frames decoding/encoding
This is an enhancement related to CI pipeline. The aim is to automatize release process. - [x] As a developer When my changes are pushed to a feature branch (PR...
We'd like to provide support for multiple binary protocols in order to cover older as well as newer Apache Cassandra versions. - [x] [version 3](https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v3.spec) is also used by ScyllaDB...
As we found that CDRS with feature `v3` (3-rd version of Apache Cassandra binary protocol) works fine as a driver for ScyllaDB, it would make sense to create an explicit...
This is a super-task (in meaning it contains a list of subtasks). We need to add tests to each frame in `frame` module to make a process of parsing and...
Steps for reproduction: 1. create a route that consumes multipart/form-data with two parametes of type string and file (this is more or less what I had) 2. start node server...
I faced with a filtering issue. If `ok-kind` and `isotope-container` are registered within different scopes filtering does not work. Particulary if a page layout is something like this ``` html...