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 35e2798 commit 22c7112Copy full SHA for 22c7112
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog for v3.x
2
3
+## v3.13.1 (2025-06-20)
4
+
5
+### Bug fixes
6
7
+ * [postgres] Fix nested array generated columns
8
9
## v3.13.0 (2025-06-18)
10
11
### Enhancements
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.0"
+ @version "3.13.1"
@adapters ~w(pg myxql tds)
def project do
0 commit comments