Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
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: veltiosoft/sqlc-gen-python-orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: veltiosoft/sqlc-gen-python-orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.2
Choose a head ref
  • 10 commits
  • 14 files changed
  • 4 contributors

Commits on Sep 6, 2023

  1. docs: update license

    zztkm committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a5f76e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. build(deps): bump actions/checkout from 3 to 4 (sqlc-dev#17)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 Sep 14, 2023
    Configuration menu
    Copy the full SHA
    12fb47d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (s…

    …qlc-dev#19)
    
    Bumps google.golang.org/protobuf from 1.30.0 to 1.31.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 Sep 22, 2023
    Configuration menu
    Copy the full SHA
    37de0f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix: remove outdated reference to tabbed/sqlc-go (sqlc-dev#22)

    * fix: remove outdated reference to tabbed/sqlc-go
    
    * fix: bump sqlc-go version, go mod tidy
    andrewmbenton authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6246d8b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. feat: mysql support sqlc-dev#24

    zztkm committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2249174 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Add support for MySQL placeholders in

    sqlalchemySQL function
    zztkm committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d3d1c06 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Update README.md

    zztkm authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0431a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea2451d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from zztkm/support-mysql-type

    Support mysql type
    zztkm authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c732c22 View commit details
    Browse the repository at this point in the history
  4. bump version to v0.0.2

    zztkm committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    96a75fb View commit details
    Browse the repository at this point in the history
Loading