File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog for v3.x
22
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+
317## v3.7.0 (2021-08-19)
418
519### Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule EctoSQL.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/elixir-ecto/ecto_sql"
5- @ version "3.7.0 "
5+ @ version "3.7.1 "
66 @ adapters ~w( pg myxql tds)
77
88 def project do
You can’t perform that action at this time.
0 commit comments