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: codean-io/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: codean-io/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
  • 46 files changed
  • 4 contributors

Commits on Aug 22, 2023

  1. feat: using emit_module, emit_generators and emit_async flags you can…

    … now generate query code that suites your need
    kevinvalk committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d785536 View commit details
    Browse the repository at this point in the history
  2. docs: udated README

    kevinvalk committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c7137df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba256bd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. feat: added output_models_file_name and output_querier_file options t…

    …o configure output files
    kevinvalk committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bfa71a9 View commit details
    Browse the repository at this point in the history
  2. feat: support sqlc.embed

    kevinvalk committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f239082 View commit details
    Browse the repository at this point in the history

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 (sqlc-dev#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 (sqlc-dev#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 (sqlc-dev#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 (s…

    …qlc-dev#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 Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    449d140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7f0df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e51313 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6efc624 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d5cd34 View commit details
    Browse the repository at this point in the history
Loading