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: DanCardin/sqlalchemy-declarative-extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.7
Choose a base ref
...
head repository: DanCardin/sqlalchemy-declarative-extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 27 files changed
  • 3 contributors

Commits on Apr 2, 2025

  1. fix: CI.

    DanCardin committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    d512551 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from DanCardin/dc/ci

    fix: CI.
    DanCardin authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    c418487 View commit details
    Browse the repository at this point in the history
  3. fix: Readthedocs.

    DanCardin committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    09f315f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #106 from DanCardin/dc/ci

    fix: Readthedocs.
    DanCardin authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    1f6052b View commit details
    Browse the repository at this point in the history
  5. Update README.md

    DanCardin committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    dc4b2e3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #107 from DanCardin/DanCardin-patch-1

    Update README.md
    DanCardin authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    545cd8e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Configuration menu
    Copy the full SHA
    11c747d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from DanCardin/dc/cte-snowflake

    fix: Snowflake - Stop asserting views start with SELECT (CTEs).
    DanCardin authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    7e4b1b3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    3d26406 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from DanCardin/dc/quote-trigger-names

    fix: Quote trigger name/tablenames.
    DanCardin authored May 20, 2025
    Configuration menu
    Copy the full SHA
    7c46366 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. feat: Support alembic check.

    DanCardin authored and Dan-Knott committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    f3489ca View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Split Op into MigrateOp and ExecuteOp

    The Schema Ops have a different return signature for their `to_sql` methods so are based on MigrateOp class. The Row Ops also differ from all other ops, so are based on MigrateOp.
    Dan-Knott committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    0e1594c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33866c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecda227 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #111 from Dan-Knott/dk/unified-op

    Support alembic check
    DanCardin authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    0263df6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab6fc5e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #112 from DanCardin/dc/trigger-quoting

    fix: Trigger quoting (with schemas).
    DanCardin authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    f2d6a87 View commit details
    Browse the repository at this point in the history
Loading