Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: duckdb-wasm query UI [DRAFT] #39

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

Commits on May 12, 2022

  1. wasm spike successful

    Matt Rothenberg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    fa9d83a View commit details
    Browse the repository at this point in the history
  2. auto fetch

    Matt Rothenberg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    713488f View commit details
    Browse the repository at this point in the history
  3. wip

    Matt Rothenberg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    4127796 View commit details
    Browse the repository at this point in the history
  4. remove janky require shim

    Matt Rothenberg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    6f75755 View commit details
    Browse the repository at this point in the history
  5. remove vite config changes

    Matt Rothenberg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    c225595 View commit details
    Browse the repository at this point in the history
  6. error handling

    Matt Rothenberg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    12955b2 View commit details
    Browse the repository at this point in the history
  7. fix stale transaction error

    Matt Rothenberg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    e0b17f4 View commit details
    Browse the repository at this point in the history
  8. pull in grid component

    Matt Rothenberg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    abc4d0b View commit details
    Browse the repository at this point in the history
  9. rudimentary toggle UI

    Matt Rothenberg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    c66c2a2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Update src/components/repo-detail.tsx

    Co-authored-by: LoneRifle <[email protected]>
    mattrothenberg and LoneRifle authored May 16, 2022
    Configuration menu
    Copy the full SHA
    54376d9 View commit details
    Browse the repository at this point in the history
  2. refactor

    Matt Rothenberg committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c558164 View commit details
    Browse the repository at this point in the history
  3. remove co-located duckdb package

    Matt Rothenberg committed May 16, 2022
    Configuration menu
    Copy the full SHA
    99055d6 View commit details
    Browse the repository at this point in the history
  4. use filename as table name

    Matt Rothenberg committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5efc418 View commit details
    Browse the repository at this point in the history
  5. handle SQL errors

    Matt Rothenberg committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c848a11 View commit details
    Browse the repository at this point in the history
  6. move SQL out to query param

    Matt Rothenberg committed May 16, 2022
    Configuration menu
    Copy the full SHA
    7c5a885 View commit details
    Browse the repository at this point in the history
  7. fix: conditionally insert CSV or JSON

    Matt Rothenberg committed May 16, 2022
    Configuration menu
    Copy the full SHA
    93c654f View commit details
    Browse the repository at this point in the history
  8. tweaks

    Matt Rothenberg committed May 16, 2022
    Configuration menu
    Copy the full SHA
    7fff932 View commit details
    Browse the repository at this point in the history
  9. switch statement for db initialization

    Matt Rothenberg committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c83b98c View commit details
    Browse the repository at this point in the history
  10. suppress fade animation for SQL results

    Matt Rothenberg committed May 16, 2022
    Configuration menu
    Copy the full SHA
    62bdc9f View commit details
    Browse the repository at this point in the history