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: cmoog/vscode-sql-notebook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: cmoog/vscode-sql-notebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 14 commits
  • 13 files changed
  • 2 contributors

Commits on Jan 25, 2022

  1. yarn -> npm

    cmoog committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    d2d29fe View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. bump deps

    cmoog committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    64da0e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    c7c8df3 View commit details
    Browse the repository at this point in the history
  2. Allow displaying multiple results (#21)

    * Support multiple statements for mysql
    
    * Make multiple statements a mysql connection option
    scsmithr authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    454d86a View commit details
    Browse the repository at this point in the history
  3. revert removal of password undefined check

    - improve code style
    cmoog committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    faefbf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bf6ff4 View commit details
    Browse the repository at this point in the history
  5. fixup exec output for pg

    The types here are getting a little confusing,
    in particular the implied contracts around when the result
    array needs to be nonempty. Eventually I will rework these types
    to properly encode the appropriate conditions and enforce everything
    at compile-time.
    cmoog committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    7fa879e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. cleanup driver abstraction

    Change driver query interface to always return tabular output.
    In cases where exec queries return metadata, force driver
    implementations to normalize the response into a clean tabular type.
    cmoog committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    39dca61 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    c951de8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df19495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4873913 View commit details
    Browse the repository at this point in the history
  4. bump: 0.4.0

    cmoog committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ca31b1b View commit details
    Browse the repository at this point in the history
  5. fix: revert err message

    cmoog committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    1c8e433 View commit details
    Browse the repository at this point in the history
  6. bump: 0.4.1

    cmoog committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    504124c View commit details
    Browse the repository at this point in the history
Loading