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: main
Choose a base ref
...
head repository: simo7/sqlc-gen-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 2, 2024

  1. Add table_prefix conf option

    simo7 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1ac5932 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. convert to asyncpg-based

    simo7 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7776922 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    554bc94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    746594d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    d1a001d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d4d6b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. rm * catch all for args

    simo7 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    21b4026 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. models.py -> db_models.py

    simo7 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4d2625e View commit details
    Browse the repository at this point in the history
  2. revert to keyword-only args

    simo7 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    648631b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abec3c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. RLS enforced fields

    simo7 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    b376daa View commit details
    Browse the repository at this point in the history
  2. Implement sqlc.embed

    simo7 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7b4b355 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Add MergeQueryFiles config opt

    simo7 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    b821701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaae461 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge pull request #1 from sqlc-dev/main

    build(deps): Upgrade to sqlc v1.27.0
    simo7 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4d11ce3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Allow optional embeds

    simo7 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c505216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    781c657 View commit details
    Browse the repository at this point in the history
Loading