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: sqldef/sqldef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.29
Choose a base ref
...
head repository: sqldef/sqldef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.30
Choose a head ref
  • 8 commits
  • 9 files changed
  • 4 contributors

Commits on Feb 1, 2025

  1. Bump golang.org/x/term from 0.27.0 to 0.28.0

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.27.0 to 0.28.0.
    - [Commits](golang/term@v0.27.0...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    ac69fd6 View commit details
    Browse the repository at this point in the history
  2. Bump modernc.org/sqlite from 1.34.4 to 1.34.5

    Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.34.4 to 1.34.5.
    - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.34.4...v1.34.5)
    
    ---
    updated-dependencies:
    - dependency-name: modernc.org/sqlite
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    3b17a7c View commit details
    Browse the repository at this point in the history
  3. Bump dependabot/fetch-metadata from 2.1.0 to 2.3.0

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.3.0.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@5e5f996...d7267f6)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    dd807b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. [psqldef] Handle case when DDL didn't specify schema

    Partial fix for #605
    aki-s committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    dba794b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Configuration menu
    Copy the full SHA
    62dba8c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. Merge pull request #606 from aki-s/psqldef_support-no-explicit-schema…

    …n-for-comment-clause
    
    [psqldef] Handle case when schema is not specified in COMMENT ON clause
    hokaccha authored Feb 9, 2025
    Configuration menu
    Copy the full SHA
    dab7001 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #609 from ismk21/features/psqldef_ChangePkeyConstr…

    …aint
    
    [psqldef] Change the pkey using constraints
    hokaccha authored Feb 9, 2025
    Configuration menu
    Copy the full SHA
    533d8df View commit details
    Browse the repository at this point in the history
  3. Version v0.17.30

    hokaccha committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    5a601d8 View commit details
    Browse the repository at this point in the history
Loading