File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for v3.x
2
2
3
+ ## v3.7.1 (2021-10-12)
4
+
5
+ ### Enhancements
6
+
7
+ * [ migrations] Add ` :cascade ` option to ` drop `
8
+ * [ migrations] Support ` --prefix ` in ` mix ecto.migrations `
9
+ * [ migrations] Add ` --log-migrator-sql ` and ` --log-migrations-sql `
10
+ * [ mysql] Cache more insert/update queries and allow ` :cache_statement ` to be set
11
+ * [ mssql] Support more recent tds versions
12
+
13
+ ### Bug fixes
14
+
15
+ * [ migrations] Consider the database prefix when locking tables
16
+
3
17
## v3.7.0 (2021-08-19)
4
18
5
19
### Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule EctoSQL.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/elixir-ecto/ecto_sql"
5
- @ version "3.7.0 "
5
+ @ version "3.7.1 "
6
6
@ adapters ~w( pg myxql tds)
7
7
8
8
def project do
You can’t perform that action at this time.
0 commit comments