scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Add data type frozen #77

Closed Gor027 closed 4 days ago

Gor027 commented 1 year ago

Pre-review checklist

This PR is dependent upon #72

Adds frozen field to CassDataType for collections including UDT. By default, it sets frozen to be false if there is not enough information provided.

Lorak-mmk commented 1 year ago

This probably needs rebasing on current version of #72? Are there any tests for this? It would be good to have some tests showing that this field can be true, Apart from this, looks good.

roydahan commented 1 week ago

This is P0 according to the plan. Let's rebase and see if it's can easily get in.

muzarski commented 4 days ago

I'm closing this in favor of https://github.com/scylladb/cpp-rust-driver/pull/141