Skip to content

feat: bump tested database versions#5679

Draft
jkomyno wants to merge 28 commits into
mainfrom
feat/bump-database-versions-2
Draft

feat: bump tested database versions#5679
jkomyno wants to merge 28 commits into
mainfrom
feat/bump-database-versions-2

Conversation

@jkomyno
Copy link
Copy Markdown
Contributor

@jkomyno jkomyno commented Oct 30, 2025

This PR:

  • contributes to TML-1455
  • drops official support for PostgreSQL v9.6, v10, v11
  • drops official support for MysQL 5.6
  • introduces support for CockroachDB v24.3, v25.1, v25.2, revoking support for previous versions

For the record:

  • Azure supports PostgreSQL v13 to v17, with v11 in “extended support” until November 2025, and v12 in “retirement” until March 2026
  • AWS supports PostgreSQL v11 to v17. v9.6 and v10 are considered deprecated
  • CockroachDB Labs supports CockroachDB v24.3, v25.1, v25.2

/prisma-branch next
/test-all

@jkomyno jkomyno added this to the 7.0.0 milestone Oct 30, 2025
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Oct 30, 2025

CodSpeed Performance Report

Merging #5679 will not alter performance

Comparing feat/bump-database-versions-2 (74e6e42) with next (6f525e2)

Summary

✅ 11 untouched

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Oct 30, 2025

WASM Query Engine File Size

Engine This PR Base branch Diff
Postgres 2.178MiB 2.178MiB 0.000B
Postgres (gzip) 863.985KiB 863.986KiB -1.000B
Mysql 2.146MiB 2.146MiB 0.000B
Mysql (gzip) 851.011KiB 851.013KiB -2.000B
Sqlite 2.059MiB 2.059MiB 0.000B
Sqlite (gzip) 816.507KiB 816.516KiB -9.000B
SQL Server 2.117MiB 2.117MiB 0.000B
SQL Server (gzip) 840.663KiB 840.660KiB 3.000B
CockroachDB 2.200MiB 2.200MiB 0.000B
CockroachDB (gzip) 872.908KiB 872.912KiB -4.000B

WASM Query Compiler File Size

Engine This PR Base branch Diff
Postgres 1.858MiB 1.858MiB 0.000B
Postgres (gzip) 733.490KiB 733.546KiB -58.000B
Mysql 1.826MiB 1.826MiB 0.000B
Mysql (gzip) 722.069KiB 722.071KiB -2.000B
Sqlite 1.782MiB 1.782MiB 0.000B
Sqlite (gzip) 704.868KiB 704.806KiB 63.000B
SQL Server 1.856MiB 1.856MiB 0.000B
SQL Server (gzip) 735.738KiB 735.736KiB 2.000B
CockroachDB 1.883MiB 1.883MiB 0.000B
CockroachDB (gzip) 743.733KiB 743.742KiB -9.000B

jkomyno and others added 16 commits October 30, 2025 16:15
Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.6 to 2.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/indoc/releases">indoc's
releases</a>.</em></p>
<blockquote>
<h2>2.0.7</h2>
<ul>
<li>Support C-string literals <code>indoc! {c&quot;...&quot;}</code>,
<code>indoc! {cr&quot;...&quot;}</code> (<a
href="https://redirect.github.com/dtolnay/indoc/issues/67">#67</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/indoc/commit/8d78216b3f127f523d198475ea44090f8f6894d5"><code>8d78216</code></a>
Release 2.0.7</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/23472ff7f3d2523ea1f5b396c7ea135c02054ee2"><code>23472ff</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/indoc/issues/67">#67</a> from
dtolnay/cstring</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/8d05562cbe8fe71e15afe7e6da602c1265217fd7"><code>8d05562</code></a>
Hide C-string tests from old toolchain versions</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/7c92efb7180eeabde698c2db22c24d189f07ab31"><code>7c92efb</code></a>
Recognize C-string literals</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/fe39de460f2e30f3eaeea0891aec5cf412c65d72"><code>fe39de4</code></a>
Generalize Error constructors</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/27e015160e5aa8da3ce33af7ca7da2e0f2c13869"><code>27e0151</code></a>
Add C-string tests</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/57f6fbb4dab9277638bd4cbf358b31dab3a4512c"><code>57f6fbb</code></a>
Sort tests</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/170a0795587a3010785e05ee2240c98f49b02bf2"><code>170a079</code></a>
Raise minimum tested compiler to rust 1.76</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/2f6ef0452d0495c1a3abde4293934d293d9c2c5d"><code>2f6ef04</code></a>
Opt in to generate-macro-expansion when building on docs.rs</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/ce1bed41bb48d6071e2a15bf8dae8d801c500b92"><code>ce1bed4</code></a>
Update ui test suite to nightly-2025-09-12</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/indoc/compare/2.0.6...2.0.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=indoc&package-manager=cargo&previous-version=2.0.6&new-version=2.0.7)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…sma-engines into feat/bump-database-versions-2
@aqrln aqrln force-pushed the next branch 3 times, most recently from 0e664d3 to 0c19ccc Compare November 17, 2025 17:43
Base automatically changed from next to main November 17, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants