v1.2.0
What's Changed
- Fix pipeline for macOS so find issue by @auxten in #167
- Fix runStub.sh for macOS by @auxten in #168
- Make DBAPI implementation use session, fix execute for none-returning queries by @yunyu in #169
- Run libchdb.so test on linux arm64 by @auxten in #170
- Add dummy_calls to ensure query_stable and free_result not optimized out by @auxten in #171
- Use llvm-ar and llvm-nm on macOS to avoid wired things by @auxten in #172
- Call chdb via dlopen by @Daniel-Robbins in #173
- Simple example to call libchdb.so by @Daniel-Robbins in #174
- Binding howto by @Daniel-Robbins in #178
- Fix executemany in dbapi cursor implementation, make tests more comprehensive by @yunyu in #175
- Add has_error and error_message methods by @nmreadelf in #105
- Disable output_format_json_quote_64bit_integers by @yunyu in #181
- Fix core dump caused by _v2 by @nmreadelf in #180
- Run fast build and linter and tests on self hosted machine on Pull Request by @Daniel-Robbins in #182
New Contributors
Full Changelog: v1.1.0...v1.2.0