We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b876381 commit cf5080cCopy full SHA for cf5080c
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog for v3.x
2
3
+## v3.13.2 (2025-06-24)
4
+
5
+### Enhancements
6
7
+ * [sandbox] Allow passing through opts in `Ecto.Adapters.SQL.Sandbox.allow/4` calls
8
+ * [sql] Add support for `ON DELETE SET DEFAULT`
9
10
+### Bug fixes
11
12
+ * [postgres] Fix nested array generated time columns
13
14
## v3.13.1 (2025-06-20)
15
16
### Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule EctoSQL.MixProject do
use Mix.Project
@source_url "https://github.com/elixir-ecto/ecto_sql"
- @version "3.13.1"
+ @version "3.13.2"
@adapters ~w(pg myxql tds)
def project do
0 commit comments