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: veltiosoft/sqlc-gen-python-orm
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.
  • 16 commits
  • 22 files changed
  • 2 contributors

Commits on Sep 5, 2023

  1. deps: go mod tidy

    there were lib that were not in use
    zztkm committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3ae1682 View commit details
    Browse the repository at this point in the history
  2. wip: generate examples

    zztkm committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fe21db7 View commit details
    Browse the repository at this point in the history
  3. test: add generation test

    zztkm committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4b62b13 View commit details
    Browse the repository at this point in the history
  4. feat: wip generate orm.py

    now
    - generate Base class
    zztkm committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    42d649c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    48821ef View commit details
    Browse the repository at this point in the history
  2. fix import path

    zztkm committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    dd6d5f7 View commit details
    Browse the repository at this point in the history
  3. ci: update makefile

    zztkm committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    33bc14c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from zztkm/feat-sqlalchemy-model

    feat: sqlalchemy model
    zztkm authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9604f32 View commit details
    Browse the repository at this point in the history
  5. fix makefile

    zztkm committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f035944 View commit details
    Browse the repository at this point in the history
  6. 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 Oct 24, 2023

  1. feat: mysql support #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