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: xo/usql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.20
Choose a base ref
...
head repository: xo/usql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.21
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 6, 2025

  1. feat: Bring back Impala support

    - Changes the Impala driver from the abandoned bippio/go-impala to the maintained sclgo/impala-go.
    - Moves Impala from the "bad" to the "most" driver set
    - Add MetaReader for Impala
    - Implements copy for Impala, extending the generic CopyWithInsert with an option to work without transactions - for DBs that don't support them
    - Implements IsPasswordErr
    
    The PR targets release-19, not master, so that the CI confirms no regressions caused by the change in drivers.CopyWithInsert.
    (CI on master is broken). The commit shouldn't create issues when it is cherry-picked to master afterwards.
    murfffi committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    8d140e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce82ecc View commit details
    Browse the repository at this point in the history
Loading