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.18
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.19
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Mar 5, 2025

  1. fix: strip trailing semicolon in cosmosdb and unify implementation

    cosmosdb, like several other databases, needs trailing semicolons to be
    removed from the statement before it is passed to the driver.
    
    This fix applies that to cosmosdb and makes the other databases with identical
    processing use the same implementation - presto, trino, athena, SAP ASE.
    
    Drivers that strip trailing semicolon as part of other processing are
    not included in the refactoring to keep scope small.
    
    Testing: will run usql with trino, and cosmosdb
    murfffi authored and kenshaw committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    a367ec1 View commit details
    Browse the repository at this point in the history
Loading