Skip to content

Commit

Permalink
Bump ecto_sql from 3.11.3 to 3.12.0 (#893)
Browse files Browse the repository at this point in the history
Bumps [ecto_sql](https://github.com/elixir-ecto/ecto_sql) from 3.11.3 to
3.12.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/elixir-ecto/ecto_sql/blob/master/CHANGELOG.md">ecto_sql's
changelog</a>.</em></p>
<blockquote>
<h2>v3.12.0 (2024-08-12)</h2>
<h3>Enhancements</h3>
<ul>
<li>[Ecto.Migration] Add
<code>Ecto.Migration.remove_if_exists/1</code></li>
<li>[Ecto.Migrator] Warn for migration files that end in
<code>.ex</code></li>
<li>[sql] Support for subqueries in order_bys and group_bys</li>
<li>[mysql] Add check constraints for MySQL</li>
<li>[postgres] Add native bitstring support to Postgres</li>
<li>[postgres] Add support for <code>:duration</code> type</li>
<li>[postgres] Add <code>:plan</code> explain option for Postgres</li>
<li>[tds] Allow passing <code>%Tds.Parameter</code> structs as params
for named parameter usage in <code>query</code></li>
</ul>
<h3>Bug fix</h3>
<ul>
<li>[mysql] Type cast of integers in MySQL should use signed
integers</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/48b450828358ee900aafa9f610eb341316b4cc81"><code>48b4508</code></a>
Release v3.12.0</li>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/e54fa043612ccd5c219cbdb273b59031019aaa4c"><code>e54fa04</code></a>
Release v3.12.0</li>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/ce0927b8519343c8f23c4f276b4fbb865da1e7d3"><code>ce0927b</code></a>
Add support for <code>:duration</code> type (<a
href="https://redirect.github.com/elixir-ecto/ecto_sql/issues/631">#631</a>)</li>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/6350e02fde5413e3135053eb7ef428539c315e7d"><code>6350e02</code></a>
Remove duplicate <code>:ssl</code> config in MyXQL Adapter (<a
href="https://redirect.github.com/elixir-ecto/ecto_sql/issues/630">#630</a>)</li>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/48fc2ad6e8afb022f8454350e23122c3304451d1"><code>48fc2ad</code></a>
Fix typo and return value in doc (<a
href="https://redirect.github.com/elixir-ecto/ecto_sql/issues/626">#626</a>)</li>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/5a2978918a81d584a2fa2d94abb77e4f96b808cc"><code>5a29789</code></a>
Add <code>Ecto.Migration.remove_if_exists/1</code> (<a
href="https://redirect.github.com/elixir-ecto/ecto_sql/issues/624">#624</a>)</li>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/b1f7386c6465d78e1e09691ed11fa4ad5e854fcd"><code>b1f7386</code></a>
Update Ecto.Migration.references/2 documentaion (<a
href="https://redirect.github.com/elixir-ecto/ecto_sql/issues/622">#622</a>)</li>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/b2c9c98b42c166400ff9147fdc758d35f20fbcca"><code>b2c9c98</code></a>
add check constraints for MySQL (<a
href="https://redirect.github.com/elixir-ecto/ecto_sql/issues/621">#621</a>)</li>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/ccb62eafe440078a3b3395cb8708fa482c2af4da"><code>ccb62ea</code></a>
Update postgres SSL configuration docs (<a
href="https://redirect.github.com/elixir-ecto/ecto_sql/issues/619">#619</a>)</li>
<li><a
href="https://github.com/elixir-ecto/ecto_sql/commit/6b2d98c04ca2d40589112483e0a706cf7e9a2150"><code>6b2d98c</code></a>
Update MyXQL ssl docs (<a
href="https://redirect.github.com/elixir-ecto/ecto_sql/issues/620">#620</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/elixir-ecto/ecto_sql/compare/v3.11.3...v3.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ecto_sql&package-manager=hex&previous-version=3.11.3&new-version=3.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
github-actions[bot] authored Aug 13, 2024
2 parents 9129109 + 3cb8aa8 commit 8615ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"decimal": {:hex, :decimal, "2.1.1", "5611dca5d4b2c3dd497dec8f68751f1f1a54755e8ed2a966c2633cf885973ad6", [:mix], [], "hexpm", "53cfe5f497ed0e7771ae1a475575603d77425099ba5faef9394932b35020ffcc"},
"dialyxir": {:hex, :dialyxir, "1.4.3", "edd0124f358f0b9e95bfe53a9fcf806d615d8f838e2202a9f430d59566b6b53b", [:mix], [{:erlex, ">= 0.2.6", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "bf2cfb75cd5c5006bec30141b131663299c661a864ec7fbbc72dfa557487a986"},
"earmark": {:hex, :earmark, "1.4.47", "7e7596b84fe4ebeb8751e14cbaeaf4d7a0237708f2ce43630cfd9065551f94ca", [:mix], [], "hexpm", "3e96bebea2c2d95f3b346a7ff22285bc68a99fbabdad9b655aa9c6be06c698f8"},
"ecto": {:hex, :ecto, "3.11.2", "e1d26be989db350a633667c5cda9c3d115ae779b66da567c68c80cfb26a8c9ee", [:mix], [{:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "3c38bca2c6f8d8023f2145326cc8a80100c3ffe4dcbd9842ff867f7fc6156c65"},
"ecto": {:hex, :ecto, "3.12.0", "9014a3ccac7f91e680b9d237d461ebe3d4e16d62ca8e355d540e2c6afdc28309", [:mix], [{:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "41e781a76e131093af8e1edf68b1319bf320878faff58da41ffa4b10fc6ff678"},
"ecto_psql_extras": {:hex, :ecto_psql_extras, "0.8.1", "cdfee5cb21d51af37d14233e4aa3ef38189bf42c499d6a8160a943c990cc74e2", [:mix], [{:ecto_sql, "~> 3.7", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:postgrex, "> 0.16.0 and < 0.20.0", [hex: :postgrex, repo: "hexpm", optional: false]}, {:table_rex, "~> 3.1.1 or ~> 4.0.0", [hex: :table_rex, repo: "hexpm", optional: false]}], "hexpm", "c0a1df8181c87a0419afa881452329a9dfd2c1fb2a737bf147f862dfa44a1af0"},
"ecto_sql": {:hex, :ecto_sql, "3.11.3", "4eb7348ff8101fbc4e6bbc5a4404a24fecbe73a3372d16569526b0cf34ebc195", [:mix], [{:db_connection, "~> 2.4.1 or ~> 2.5", [hex: :db_connection, repo: "hexpm", optional: false]}, {:ecto, "~> 3.11.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:myxql, "~> 0.6", [hex: :myxql, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.16 or ~> 1.0", [hex: :postgrex, repo: "hexpm", optional: true]}, {:tds, "~> 2.1.1 or ~> 2.2", [hex: :tds, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "e5f36e3d736b99c7fee3e631333b8394ade4bafe9d96d35669fca2d81c2be928"},
"ecto_sql": {:hex, :ecto_sql, "3.12.0", "73cea17edfa54bde76ee8561b30d29ea08f630959685006d9c6e7d1e59113b7d", [:mix], [{:db_connection, "~> 2.4.1 or ~> 2.5", [hex: :db_connection, repo: "hexpm", optional: false]}, {:ecto, "~> 3.12", [hex: :ecto, repo: "hexpm", optional: false]}, {:myxql, "~> 0.7", [hex: :myxql, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.19 or ~> 1.0", [hex: :postgrex, repo: "hexpm", optional: true]}, {:tds, "~> 2.1.1 or ~> 2.2", [hex: :tds, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "dc9e4d206f274f3947e96142a8fdc5f69a2a6a9abb4649ef5c882323b6d512f0"},
"elixir_make": {:hex, :elixir_make, "0.8.3", "d38d7ee1578d722d89b4d452a3e36bcfdc644c618f0d063b874661876e708683", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.0", [hex: :certifi, repo: "hexpm", optional: true]}], "hexpm", "5c99a18571a756d4af7a4d89ca75c28ac899e6103af6f223982f09ce44942cc9"},
"erlex": {:hex, :erlex, "0.2.6", "c7987d15e899c7a2f34f5420d2a2ea0d659682c06ac607572df55a43753aa12e", [:mix], [], "hexpm", "2ed2e25711feb44d52b17d2780eabf998452f6efda104877a3881c2f8c0c0c75"},
"esbuild": {:hex, :esbuild, "0.8.1", "0cbf919f0eccb136d2eeef0df49c4acf55336de864e63594adcea3814f3edf41", [:mix], [{:castore, ">= 0.0.0", [hex: :castore, repo: "hexpm", optional: false]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "25fc876a67c13cb0a776e7b5d7974851556baeda2085296c14ab48555ea7560f"},
Expand Down

0 comments on commit 8615ccc

Please sign in to comment.