issues
search
ClickHouse
/
clickhouse-rs
Official pure Rust typed client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
322
stars
92
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Exposed method to control the `readonly` query parameter
#181
serg-temchenko
opened
7 hours ago
1
fix: MSRV issues
#180
slvrtrn
opened
4 days ago
0
Add examples for the `inserter` feature
#179
loyd
closed
4 days ago
0
Strange utf-8 error
#178
CGenie
closed
4 days ago
6
Improve handling of in-progress exceptions
#177
loyd
opened
5 days ago
0
Don't specify 'readonly' twice if it appears in the client's option list
#176
OrionNebula
opened
1 week ago
1
[SOCKET_TIMEOUT] Code: 209. DB::NetException: Timeout exceeded while reading from socket
#175
daemon027
closed
5 days ago
3
Add methods that allow to insert/fetch a stream of bytes in arbitrary format
#174
slvrtrn
opened
2 weeks ago
0
selects result is always an `InvalidUtf8Encoding(Utf8Error { valid_up_to: 84, error_len: Some(1) })` error
#173
Electrofenster
closed
2 weeks ago
3
Add Docker Compose for easier local development
#172
slvrtrn
closed
2 weeks ago
0
Add new JSON examples with ClickHouse 24.10
#171
slvrtrn
closed
3 weeks ago
0
Variant data type support
#170
slvrtrn
closed
4 days ago
1
Improve SELECTs performance and add `RowCursor::{decoded_bytes,received_bytes}`
#169
loyd
closed
1 month ago
2
Use serde_derive_internals=0.29.1 for derive
#168
l4l
closed
1 month ago
0
Batch Insert Support
#167
barkhayot
closed
1 month ago
5
fix(mock): work with advanced time
#165
loyd
closed
1 month ago
0
Cannot use custom CA or ignore self-sign verification
#164
ausrasul
closed
1 month ago
4
chore: release 0.13.0
#163
slvrtrn
closed
1 month ago
0
Actualize README and CHANGELOG
#162
loyd
closed
2 months ago
0
add issue and enhancement templates
#161
mshustov
closed
2 months ago
0
Enforce API documentation
#160
pravic
opened
2 months ago
0
with_param
#159
serprex
closed
4 days ago
4
Fix ci
#158
serprex
closed
2 months ago
0
Interpret `?` as a parameter only if `.bind` was called at least once
#157
slvrtrn
opened
2 months ago
1
feat(tls): revise rustls-tls-* features
#156
loyd
closed
2 months ago
0
Debug Query as SQL string.
#155
pravic
closed
2 months ago
2
Query parser: encode ?? as ?
#154
serprex
closed
2 months ago
6
Allow overriding the ? query argument
#153
cvincent-reciprocity
closed
1 month ago
4
Fetch rows in JSON format
#152
pravic
opened
2 months ago
9
Don't require unused features of hyper-rustls
#151
loyd
closed
2 months ago
0
Update CHANGELOG, fix clippy issues
#150
slvrtrn
closed
2 months ago
1
add a PR template
#149
mshustov
closed
2 months ago
0
Document Rust and ClickHouse compatibility policy
#148
mshustov
opened
2 months ago
0
Add container-like data types examples
#147
slvrtrn
closed
2 months ago
0
Implement `std::fmt::Display` for `Query`
#146
slvrtrn
closed
2 months ago
0
Support Dynamic data type
#145
slvrtrn
opened
2 months ago
1
Support new JSON data type
#144
slvrtrn
closed
2 weeks ago
3
Support `Variant(T1, T2, ...)` data type
#143
slvrtrn
closed
4 days ago
0
Support server-side parameter binding
#142
slvrtrn
opened
2 months ago
3
Improve rustls feature logic
#141
serprex
closed
2 months ago
0
hyper-rustls: add ring Rustls backend & use it by default
#140
blind-oracle
closed
2 months ago
3
Don't panic on empty insert
#139
serprex
closed
2 months ago
1
Panic on write
#138
vikulikov
closed
2 months ago
6
after few hundred inserts to db, the library panics
#137
nuel77
closed
2 months ago
4
sync-clickhous-rs
#136
lizunmvn
closed
2 months ago
1
Set the default user-agent and allow to add product info(s)
#135
slvrtrn
closed
2 months ago
0
Add example in how to use this with a https clickhouse URL
#134
joshstevens19
closed
2 months ago
3
Inserter with commit() does not insert/write/commit any data
#133
npajkovsky
closed
2 months ago
2
prepare for default branch renaming
#132
mshustov
closed
3 months ago
3
Replace lz4 with lz4_flex and clickhouse-rs-cityhash-sys with cityhash-rs
#131
loyd
closed
3 months ago
2
Next