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: elixir-ecto/ecto_sql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: elixir-ecto/ecto_sql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.13
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 8, 2025

  1. Add generated option to quote in SQL adapter (#700)

    Otherwise tools like Livebook may attempt to run its doctests.
    josevalim committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    5d6d82b View commit details
    Browse the repository at this point in the history
  2. Release v3.13.3

    josevalim committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    912cb34 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. Configuration menu
    Copy the full SHA
    2c0aacb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1883163 View commit details
    Browse the repository at this point in the history
  3. Release v3.13.4

    josevalim committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    ed07cf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Map postgres :restrict_violation to :foreign_key constraint (#713)

    In PostgreSQL 18, this error code is now used for `ON DELETE RESTRICT`
    constraint violation. The existing `:foreign_key_violation` error code
    is raised for `ON DELETE NO ACTION`.
    
    The behaviour changed in postgres commit
    postgres/postgres@086c84b
    
    The change is backwards compatible as the error code was not previously
    raised even though it existed in the postgres documentation. It is now
    correctly raised for the `ON DELETE RESTRICT` constraint.
    ashutoshrishi authored and josevalim committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    95fda5a View commit details
    Browse the repository at this point in the history
  2. Release v3.13.5

    josevalim committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    14108f6 View commit details
    Browse the repository at this point in the history
Loading