issues
search
long2ice
/
asynch
An asyncio ClickHouse Python Driver with native (TCP) interface support.
https://github.com/long2ice/asynch
Apache License 2.0
185
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Reconsider the `Connection` and `Pool` classes APIs -> preparing v0.3.0 release
#130
stankudrow
opened
1 week ago
8
Gracefully handle connections terminated by the server
#129
nils-borrmann-tacto
opened
1 week ago
3
Add mypy `lint` group dependency
#128
stankudrow
opened
1 week ago
1
Reconnecting fails with ConnectionResetError
#127
nils-borrmann-tacto
opened
1 week ago
4
Asynch next release
#126
stankudrow
opened
2 weeks ago
3
Remove warnings on deprecated API
#125
stankudrow
closed
2 weeks ago
2
Allow exceeding the pool.maxsize boundary
#124
stankudrow
closed
3 weeks ago
7
Add the Pool's available_connections property
#122
stankudrow
closed
1 month ago
1
AsynchPoolError: no free connection
#121
itssimon
opened
1 month ago
12
Obsolete `Pool` API cleansed
#120
stankudrow
closed
3 weeks ago
10
Switch in singular the names for the `Enum`s classes with non-simultaneously-coexisting-values
#119
stankudrow
closed
1 month ago
3
Remove the bare except statement from the Cursor's fetchone method.
#118
stankudrow
closed
1 month ago
5
Bare except
#117
llchan
closed
1 month ago
1
New asynch version release
#116
stankudrow
closed
1 month ago
3
Defining timeouts
#114
itssimon
opened
2 months ago
0
Remove the `strict` option from the `parse_dsn` function and make the function stricter on URL validation
#113
stankudrow
closed
1 month ago
3
Fix the `async for row in cursor:` infinite loop error
#112
stankudrow
closed
2 months ago
4
Reconsider the `Connection`, `Cursor` and `Pool` classes in terms of unification and marking some public API deprecated.
#111
stankudrow
closed
2 months ago
4
What is the performance of asynch?
#110
sgjurano
opened
3 months ago
0
Fix `Pool` dangling connections
#109
stankudrow
closed
2 months ago
8
Refactor connection classes
#107
stankudrow
closed
3 months ago
3
Update project dependencies and metadata
#106
stankudrow
closed
3 months ago
2
Request release v0.2.4
#105
Simon-Chenzw
closed
4 months ago
2
Support for Query Cancellation
#104
ahmad-axds
opened
4 months ago
1
format test_pool file
#102
boolka
closed
5 months ago
0
reset connection state
#101
boolka
closed
5 months ago
3
Add lazy date_lut, similar to clickhouse-driver
#99
DaniilAnichin
closed
7 months ago
2
#71 Correct check life connection
#98
gnomeby
closed
7 months ago
1
#68 Use maxsize for pool connections
#97
gnomeby
closed
7 months ago
1
Fix #95
#96
cortelf
closed
8 months ago
1
asynch.errors.UnknownTypeError: Code: 50. Unknown type Date32
#95
cortelf
closed
8 months ago
0
Attempt to clear the BufferedReader class from IndexError
#94
stankudrow
closed
7 months ago
4
Not recovering from interrupted database connection while query is executing
#93
itssimon
opened
8 months ago
6
A issue with the Date type
#92
cortelf
closed
1 month ago
2
Error when accessing commit or rollback
#91
3FANG
opened
9 months ago
4
Fix a `bytearray index out of range` error while reading a string.
#90
pufit
closed
8 months ago
3
Cannot connect to clickhouse server, got asynch.errors.UnexpectedPacketFromServerError: Code: 102. Unexpected packet from server hn.cpd.com:31123 (expected Hello or Exception, got Unknown packet)
#89
duchuyvp
opened
11 months ago
2
AttributeError error of the fetchone function of the DictCursor class
#88
Cooh12
closed
1 month ago
1
New release
#87
abionics
closed
11 months ago
2
Connection Pool thread safety, secure connection, SSL, gather?
#86
devMarlee
opened
1 year ago
2
Query execution statistics are protected attributes
#85
zsofiak96
opened
1 year ago
0
Fix some exception messages
#84
pufit
closed
1 year ago
1
Fix broken connections in pool
#83
pufit
closed
1 year ago
1
Connection failure leaves connection in an unusable state
#82
KPull
closed
8 months ago
5
Add connection validity check in acquire method
#81
lxneng
closed
5 months ago
4
`None` input to a `String` field raise an `TypeError`
#80
samuelcolvin
opened
1 year ago
4
`Unknown type Date32` when inserting data into a `Date32` field
#79
hramezani
opened
1 year ago
1
Add test to make sure WATCH works
#78
Kludex
closed
1 year ago
2
make clickhouse-cityhash dependency optional
#76
samuelcolvin
closed
1 year ago
5
Fix pull request #72
#75
abionics
closed
1 year ago
1
Next