From e1be0d238cd5b03e12f3a02cc47d2070a454a5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Uzarski?= Date: Mon, 14 Apr 2025 14:13:36 +0200 Subject: [PATCH] readme: remove `cass_value_get_bytes` entry It is now properly implemented, so we should update the README. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index d5c0731b..9f21c126 100644 --- a/README.md +++ b/README.md @@ -173,13 +173,6 @@ The driver inherits almost all the features of C/C++ and Rust drivers, such as: cass_user_type_set_custom[by_name] Unimplemented because of the same reasons as binding for statements.
Note: The driver does not check whether the type of the value being set for a field of the UDT is compatible with the field's actual type. - - Value - - - cass_value_get_bytes - When the above requirement is satisfied, this should be implemented for all CQL types. Currently, it returns only bytes of a Blob object, otherwise returns CASS_ERROR_LIB_INVALID_VALUE_TYPE. - Timestamp generators