Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Query-farm/textplot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Query-farm/textplot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 24, 2026

  1. Update to DuckDB v1.5-variegata

    - Update MainDistributionPipeline.yml versions to v1.5-variegata
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    rustyconover and claude committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    f40c6a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. Configuration menu
    Copy the full SHA
    7a5c68b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. fix: make function doc examples runnable standalone

    Examples for tp_bar/tp_qr/tp_density/tp_sparkline previously referenced
    undefined columns (score, value, url, temps, ...), so users copying them
    from the function docs hit binder errors. Replace with literal values
    (scalars and array literals) so each example runs as-is, and quote the
    "on" parameter name since it's a SQL reserved word.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
    rustyconover and claude committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    90b106d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2026

  1. fix(wasm): link libnayuki-qr-code-generator into the loadable extension

    The wasm SIDE_MODULE link (emcc -sSIDE_MODULE=2) only includes libraries named
    in LINKED_LIBS; target_link_libraries is ignored. The vcpkg dependency was
    therefore missing from the wasm artifact, so the extension loaded but every
    call into it threw 'n is not a function'. Add LINKED_LIBS, plus a vcpkg overlay
    triplet + per-variant DUCKDB_WASM_VCPKG_CXX_FLAGS so deps are built with the
    matching exception ABI (JS-EH for wasm_mvp, native wasm EH for wasm_eh/threads).
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
    rustyconover and claude committed Jun 13, 2026
    Configuration menu
    Copy the full SHA
    bd8991c View commit details
    Browse the repository at this point in the history
Loading