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: sqlc-dev/sqlc-gen-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: sqlc-dev/sqlc-gen-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 19 commits
  • 44 files changed
  • 5 contributors

Commits on Nov 2, 2023

  1. Update README.md

    kyleconroy authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0d70679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34be140 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. build: Upgrade to sqlc v1.24.0 (#34)

    * build: Upgrade to sqlc v1.24.0
    
    * Update test data
    kyleconroy authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ad5adca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c283b5e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. build(deps): bump actions/setup-python from 4 to 5 (#37)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4a12779 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-go from 4 to 5 (#36)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8f60b07 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    cbc45e7 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#38)

    Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ba3801e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a24f3a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    72a150f View commit details
    Browse the repository at this point in the history
  2. chore: Install sqlc@1.26.0

    kyleconroy committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4edd2fb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.34.1 (#46)

    Bumps google.golang.org/protobuf from 1.32.0 to 1.34.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    9653405 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Nov 26, 2024

  1. build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#50)

    Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2900e24 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

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

Commits on Jan 20, 2025

  1. Configuration menu
    Copy the full SHA
    b5afff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a64f0c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. feat: add emit_str_enum config option (#66)

    * feat: add emit_str_enum config option
    
    * docs: add docs for emit_str_enum
    
    * tests(emit_str_enum): add end to end test for emit str enum
    
    * chore(tests): update wasm sha
    
    * docs: add examples of with w/o
    
    * docs: update to use correct dataclass syntax
    devstein authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    d89f61d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba41610 View commit details
    Browse the repository at this point in the history
Loading