chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/docs/en/chdb
Apache License 2.0
2.03k stars 72 forks source link

Fix query_stable_v2 might return nullptr #192

Closed auxten closed 8 months ago

auxten commented 8 months ago

In v1.2.0, query_stable_v2 might return nullptr when query succeed but no result returned. It will make bindings hard to handle this scenario.