Skip to content

Commit 20504e9

Browse files
committed
README: add missing unimplemented functions
Two functions were missing from the README.md file in the list of unimplemented functions: - `cass_value_get_custom()`, - `cass_cluster_set_max_connections_per_host()`. They are now added to the list.
1 parent d6a2df9 commit 20504e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ The driver inherits almost all the features of C/C++ and Rust drivers, such as:
257257
- cass_cluster_set_host_listener_callback
258258
- cass_cluster_set_max_concurrent_creation
259259
- cass_cluster_set_max_concurrent_requests_threshold
260+
- cass_cluster_set_max_connections_per_host
260261
- cass_cluster_set_max_requests_per_flush
261262
- cass_cluster_set_max_reusable_write_objects
262263
- cass_cluster_set_monitor_reporting_interval
@@ -384,6 +385,8 @@ The driver inherits almost all the features of C/C++ and Rust drivers, such as:
384385
- cass_tuple_set_custom
385386
- cass_tuple_set_custom_n
386387

388+
#### CassValue:
389+
- cass_value_get_custom
387390

388391
# Testing
389392
___

0 commit comments

Comments
 (0)