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: sqlalchemy-redshift/sqlalchemy-redshift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: deepnote/sqlalchemy-redshift
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.
  • 9 commits
  • 28 files changed
  • 3 contributors

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    3699f62 View commit details
    Browse the repository at this point in the history
  2. bump version

    mfranczel committed May 14, 2025
    Configuration menu
    Copy the full SHA
    7d20463 View commit details
    Browse the repository at this point in the history
  3. Add support for sqlalchemy 2

    feat: Add support for sqlalchemy 2
    mfranczel authored May 14, 2025
    Configuration menu
    Copy the full SHA
    c86c6f9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

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

Commits on May 21, 2025

  1. fix: support

    mfranczel committed May 21, 2025
    Configuration menu
    Copy the full SHA
    4064d6e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. remove dev1 from version

    mfranczel committed May 22, 2025
    Configuration menu
    Copy the full SHA
    90940c4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Fixes for python 3.12 and preparation for release of 0.8.15

    fix: Disable backslash escapes
    mfranczel authored May 23, 2025
    Configuration menu
    Copy the full SHA
    f194bd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Publish to PyPI (#3)

    * feat: Ensure tests pass on SQLAlchemy v1.4 and v2
    
    * chore: Remove psycopg2cffi
    
    as it is unmaintained
    
    * feat: Use uv for packaging
    
    * chore: Copy over _get_column_info implementation from SQLAlchemy 1.4
    
    * fix: Ensure there are no warnings emitted
    
    * chore: Remove deprecated redshift_sqlalchemy package
    
    * feat: Use dynamic versioning
    
    * fix: Linting
    
    * fix: Wrong import
    
    * chore: Test SQLAlchemy v1.4 and v2 for Python 3.10 - 3.13
    
    * fix: Warnings when generating docs
    
    * chore: Remove psycopg2cffi from docs
    
    * feat: Prepare release action
    
    * chore: Incorporate PR review suggestions
    
    * fix: Packaging dependency and version resolution after name change
    
    * chore: Incorporate PR review suggestions
    
    * fix: Don't parse already parsed package version
    m1so authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    d3a1e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ad7881 View commit details
    Browse the repository at this point in the history
Loading