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: psqlpy-python/psqlpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: support_dbapi
Choose a base ref
...
head repository: psqlpy-python/psqlpy
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.
  • 13 commits
  • 8 files changed
  • 2 contributors

Commits on May 8, 2025

  1. Merge pull request #133 from psqlpy-python/support_dbapi

    Added DBAPI exceptions and connect method to single connection creation
    chandr-andr authored May 8, 2025
    Configuration menu
    Copy the full SHA
    6e0e0c0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Merge pull request #134 from psqlpy-python/support_dbapi

    Added inner transaction impl
    chandr-andr authored May 13, 2025
    Configuration menu
    Copy the full SHA
    64b8d3b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Rewrote internal connection implementation.

    Rewrote internal connection implementation, continue supporting DBAPI pep.
    chandr-andr authored May 14, 2025
    Configuration menu
    Copy the full SHA
    6581708 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Merge pull request #136 from psqlpy-python/support_dbapi

    Rewrote all external classes
    chandr-andr authored May 17, 2025
    Configuration menu
    Copy the full SHA
    61a272e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Merge pull request #137 from psqlpy-python/support_dbapi

    Added python Portal class and logic
    chandr-andr authored May 19, 2025
    Configuration menu
    Copy the full SHA
    d80e558 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Merge pull request #138 from psqlpy-python/support_dbapi

    Changes to connection, transaction and cursor management
    chandr-andr authored May 26, 2025
    Configuration menu
    Copy the full SHA
    aed5e35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f04cff View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Merge pull request #140 from psqlpy-python/support_dbapi

    Added more documentation
    chandr-andr authored May 27, 2025
    Configuration menu
    Copy the full SHA
    05a6491 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 0.11.0

    chandr-andr committed May 27, 2025
    Configuration menu
    Copy the full SHA
    9d896e3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Update README.md

    chandr-andr authored May 28, 2025
    Configuration menu
    Copy the full SHA
    4f8337f View commit details
    Browse the repository at this point in the history
  2. Removed mistake in errors

    chandr-andr committed May 28, 2025
    Configuration menu
    Copy the full SHA
    f6c9f17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f410a59 View commit details
    Browse the repository at this point in the history
  4. Bumped version to 0.11.1

    chandr-andr committed May 28, 2025
    Configuration menu
    Copy the full SHA
    d504d80 View commit details
    Browse the repository at this point in the history
Loading