obkv-table-client-rs
obkv-table-client-rs copied to clipboard
OBKV Table Client is Rust Library that can be used to access table data from OceanBase storage layer. Its access method is different from JDBC, it skips the SQL parsing layer, so it has significant pe...
Try to run all tests in CI.
### Check Before Asking - [X] Please check the issue list and confirm this bug is encountered for the first time. - [X] Please try full text in English and...
### Description Some key parameters of the client are not clear enough for the first trial, e.g. `sys_user_name`, `sys_password`, `full_user_name`, `param_url`. Shall we provide an example to explain these parameters...
### 场景: observer、ob-configserver部署成功,且使用obkv-table-client-java测试正常。obkv-table-client-rs的demo编译正常,运行报错。 ### 报错信息: ``` frank@LAPTOP-4OF1323N:~/ob/obkv/obkv_cli$ cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.21s Running `target/debug/obkv_cli` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: MySqlError...
**Describe the bug** Can not pass test_aggregation_empty_table test in 3.2.4. Empty results will be returned when users aggregate in an empty table. We return a CommonError, which is not the...
**Enhancement** There are serval problems in rpc::Connection garbage collection now. 1. ``Connection::cancel_requests()`` duplicated used 2. ``Connection.active`` is useless 3. Another way to close the ConnectionSender/Reader/Connection **gracefully**. The reason why we...
### Check Before Asking - [X] Please check the issue list and confirm this feature is encountered for the first time. - [X] Please try full text in English and...
### Check Before Asking - [X] Please check the issue list and confirm this bug is encountered for the first time. - [X] Please try full text in English and...
### Check Before Asking - [X] Please check the issue list and confirm this feature is encountered for the first time. - [X] Please try full text in English and...