-
**Describe what's wrong**
It is impossible to use dbapi for anything involving writes, because it seems like the Clickhouse state is reset on every single query.
**How to reproduce**
```
fro…
yunyu updated
11 months ago
-
The current chdb version is not reflected in the pypi package `__version__` on build
```
>>> import chdb
>>> print(chdb.__version__)
0.6.0
>>> chdb.query("SELECT chdb()")
"0.16.0rc2"
```
Thi…
-
> Make sure to check documentation https://clickhouse.com/docs/en/ first. If the question is concise and probably has a short answer, asking it in [community Slack](https://join.slack.com/t/clickhouse…
-
**Describe what's wrong**
> A clear and concise description of what works not as it is supposed to.
```sql
do language plpython3u $$
import chdb
chdb.query(sql='''select * from s3('https://bu…
-
I've been trying to build chdb on my mac to use as a python library (as your version 1.0.2 doesn't have an arm64b build), but I've been having trouble building it. I've installed clang via homebrew, b…
-
Steps to Reproduce the Issue
Step 1: Run the lightning-terminal Docker container, using version github.com/lightninglabs/lightning-terminal v0.13.993-experimental.
Step 2: Call lnd.initWallet wi…
-
**Use case**
I want to insert data into a chdb instance by using the query function, or similar.
```python
var = "hi"
client = Session()
client.query("CREATE TABLE test_table (id UUID, val String…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Now, two problems:
1) building time long to 20mins,
2) libch.so size still big, about 300MB…
-
### Background
I had power outage of my network storage with LND data folder (.lnd/data), so LND node lost connection to it, but continue to run. I restored power supply and restarted LND. After re…
-
```python
from chdb import session as chs
sess = chs.Session()
sess.query("CREATE DATABASE IF NOT EXISTS db_xxx ENGINE = Atomic;")
sess.query("CREATE TABLE IF NOT EXISTS db_xxx.log_table_xxx (x …