Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ecto_sql from 3.11.3 to 3.12.0 (#893)
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