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 786fea4 commit 7117ae7Copy full SHA for 7117ae7
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog for v3.x
2
3
+## v3.5.1 (2020-10-12)
4
+
5
+### Enhancements
6
7
+ * [tds] Support explain plan for the TDS adapter
8
9
+### Bug fix
10
11
+ * [migrations] Reload all migrations once the lock is free to avoid running the same migration more than once
12
+ * [query] Support nested subqueries
13
14
## v3.5.0 (2020-10-03)
15
16
### Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule EctoSQL.MixProject do
use Mix.Project
- @version "3.5.0"
+ @version "3.5.1"
@adapters ~w(pg myxql tds)
def project do
0 commit comments