You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust driver doesn't have it. But, Java driver, cppdriver and others do support it, so it probably should be implemented in Rust, and then in our wrapper.
This is important - integration tests won't run without custom payloads (god knows why...).
Functions:
cass_custom_payload_new
cass_custom_payload_free
cass_custom_payload_set
cass_custom_payload_set_n
cass_custom_payload_remove
cass_custom_payload_remove_n
cass_future_custom_payload_item_count
cass_future_custom_payload_item
cass_statement_set_custom_payload
cass_batch_set_custom_payload
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Rust driver doesn't have it. But, Java driver, cppdriver and others do support it, so it probably should be implemented in Rust, and then in our wrapper.
This is important - integration tests won't run without custom payloads (god knows why...).
Functions:
cass_custom_payload_new
cass_custom_payload_free
cass_custom_payload_set
cass_custom_payload_set_n
cass_custom_payload_remove
cass_custom_payload_remove_n
cass_future_custom_payload_item_count
cass_future_custom_payload_item
cass_statement_set_custom_payload
cass_batch_set_custom_payload
The text was updated successfully, but these errors were encountered: