ggsql 0.3.0
What's Changed
- Add facet info to gallery for pie charts section by @EvaMaeRey in #322
- Actually allow ODBC connections from CLI by @georgestagg in #344
- Fix installation instructions by @georgestagg in #351
- Tweak .gitignore by @georgestagg in #352
- fix(reader): honor absolute paths in duckdb:// URIs and fail fast on missing files by @shntnu in #347
- add /format action by @thomasp85 in #353
- Fix macOS wheel dylib load paths by @georgestagg in #355
- Fix typo by @arturcarvalho in #357
- No-polars in ggsql by @thomasp85 in #350
- Kernel output based on destination by @thomasp85 in #360
- Keep data on the backend until needed by @thomasp85 in #363
- Remove DuckDB ColumnBuilder by @teunbrand in #365
- Add ggsql cell delimiters and code lens actions by @georgestagg in #366
- Setting named shapes to SVG paths by @teunbrand in #371
- Publish wasm binary and package to npm and GitHub releases by @georgestagg in #367
- Cli docs by @thomasp85 in #361
- update grammar to allow preceding FROM by @thomasp85 in #369
- Fix typos by @arturcarvalho in #377
- Fix typos by @arturcarvalho in #380
- restructure CLAUDE.md by @thomasp85 in #382
- move cli to module by @thomasp85 in #379
- Allow arbitrary SQL statements by @teunbrand in #364
- Range/segment cleanup by @thomasp85 in #387
- Set optimisation and strip flags for release profile by @georgestagg in #390
- fix and guard errors by @thomasp85 in #388
- Fix bundled shared libraries for ggsql-jupyter on Linux by @georgestagg in #392
- Fix opacity honoring in points by @thomasp85 in #393
- Allow set quantifiers for functions in ggsql grammar by @georgestagg in #395
- normalize column references by @thomasp85 in #374
- Fix boxplot median line dropped by OOB null-filtering by @georgestagg in #394
- Fix validation when visual query is swallowed by the SQL part due to parse issues by @thomasp85 in #389
- Bump version to 0.3.0 and prepare for release by @georgestagg in #400
New Contributors
- @shntnu made their first contribution in #347
- @arturcarvalho made their first contribution in #357
Full Changelog: v0.2.7...v0.3.0