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

Disable output_format_json_quote_64bit_integers #181

Closed yunyu closed 8 months ago

yunyu commented 8 months ago

Fixes #117

Changelog category (leave one):

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Makes dbapi (main JSON output format consumer in chdb) return int objects instead of str for int64 columns, since python supports int64 parsing (vs JS for which the default was set)

yunyu commented 8 months ago

@auxten can I get a review?

auxten commented 8 months ago

LGTM