Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 19commits
  • 44files changed
  • 5contributors

Commits on Nov 2, 2023

  1. Update README.md

    @kyleconroy
    kyleconroy authoredNov 2, 2023
    Configuration menu
    Copy the full SHA
    0d70679View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34be140View 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
    kyleconroy authoredNov 22, 2023
    Configuration menu
    Copy the full SHA
    ad5adcaView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c283b5eView 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
    dependabot[bot] authoredDec 11, 2023
    Configuration menu
    Copy the full SHA
    4a12779View 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
    dependabot[bot] authoredDec 11, 2023
    Configuration menu
    Copy the full SHA
    8f60b07View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    cbc45e7View 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
    dependabot[bot] authoredJan 4, 2024
    Configuration menu
    Copy the full SHA
    ba3801eView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a24f3aView commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    72a150fView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4edd2fbView 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
    dependabot[bot] authoredMay 7, 2024
    Configuration menu
    Copy the full SHA
    9653405View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    245f052View 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
    dependabot[bot] authoredNov 26, 2024
    Configuration menu
    Copy the full SHA
    2900e24View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

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

Commits on Jan 20, 2025

  1. Configuration menu
    Copy the full SHA
    b5afff2View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a64f0cView 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
    devstein authoredJan 22, 2025
    Configuration menu
    Copy the full SHA
    d89f61dView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba41610View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp