diff --git a/README.md b/README.md index 601d1366..cb06f117 100644 --- a/README.md +++ b/README.md @@ -153,235 +153,277 @@ The driver inherits almost all the features of C/C++ and Rust drivers, such as: # Limitations -##### Note: This section may be incomplete, so not everything that is not fully supported is mentioned here. - -
| Function | -Description | -
|---|---|
| Statement | -|
| cass_statement_bind_custom[by_name] | -Binding is not implemented for custom types in the Rust driver. | -
| Collection | -|
| cass_collection_append_custom[_n] | -Unimplemented because of the same reasons as binding for statements. Note: The driver does not check whether the type of the appended value is compatible with the type of the collection items. |
-
| User Defined Type | -|
| 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. |
-
| Metadata | -|
| cass_keyspace_meta_is_virtual | -UDF, Aggregate and Index are not supported in the Rust driver, yet. | -
| cass_table_meta_is_virtual | -|
| cass_table_meta_clustering_key_order | -|
| cass_materialized_view_meta_clustering_key_order | -|
| cass_function_* | -|
| cass_aggregate_* | -|
| cass_index_* | -|