aerospike / aerospike-client-rust

Rust client for the Aerospike database
https://www.aerospike.com/
Other
82 stars 26 forks source link

support bool data type #125

Closed databasedav closed 1 year ago

databasedav commented 2 years ago

aerospike added a specific bool data type in 5.6 https://docs.aerospike.com/server/guide/data-types/scalar-data-types#boolean, after writing a bool with this data type in the python client https://aerospike-python-client.readthedocs.io/en/latest/aerospike.html#aerospike.AS_BOOL, reading from the record on the rust client panics, this addition is super convenient because otherwise we need to read the bools as ints on the rust client

khaf commented 2 years ago

Coming next release.

khaf commented 1 year ago

Took a while for the "next release", but it is released and includes this feature.

databasedav commented 1 year ago

@khaf thanks, can u also merge those those changes into the async branch?

khaf commented 1 year ago

I did, but hit an error that wasn't immediately clear how to fix, and I had other pressing issues. Back on it now.

khaf commented 1 year ago

Pushed.