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: duckdb/duckdb-odbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: duckdb/duckdb-odbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 16, 2025

  1. Use 4-part version numbers for 1.2 branch

    This change brings in the #105 PR to the 1.2 branch to allow to do
    `v1.2.2.1` release.
    staticlibs committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    7f34c43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from staticlibs/v1.2-histrionicus

    Use 4-part version numbers for 1.2 branch
    maiadegraaf authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    89c1ef4 View commit details
    Browse the repository at this point in the history
  3. Update Ubuntu image used for clang-format runs

    ODBC repo uses `clang-format-11` and `ubuntu-20.04` image to run format
    checks. Ubuntu 20.04 is no longer supported on GitHub hosted runners:
    
    actions/runner-images#11101
    
    As `ubuntu-latest` image does not include `clang-format-11` anymore,
    the proposal is to move the image to `ubuntu-22.04` and then later
    update `clang-format` to a newer version and move the image to
    `ubuntu-latest`.
    staticlibs committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    e561173 View commit details
    Browse the repository at this point in the history
  4. Revert "Update isql tests after duckdb/duckdb#15864"

    This reverts commit 2d1d51c.
    
    This needs to be reverted because the implementation of `AVG(INTERVAL)`
    that was added in duckdb/duckdb#15864 is not included in
    `v1.2-histrionicus` thus the `isql` test (that is present only in ODBC
    repo) is failing on it.
    staticlibs committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    bda8df4 View commit details
    Browse the repository at this point in the history
Loading