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 ecc8981 commit 2272186Copy full SHA for 2272186
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog for v3.x
2
3
+## v3.9.2 (2022-12-20)
4
+
5
+### Enhancements
6
7
+ * [migrator] Raise if target version in `to`/`exclusive_to` is not an integer
8
+ * [mysql] Add support for cross lateral joins
9
+ * [postgres] Add support for cross lateral joins
10
+ * [postgres] Add support for materialized CTEs
11
+ * [telemetry] Send `cast_params` metadata to telemetry events
12
13
## v3.9.1 (2022-11-18)
14
15
### 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.9.1"
+ @version "3.9.2"
@adapters ~w(pg myxql tds)
def project do
0 commit comments