Skip to content

test: run tests against the mariadb adapter - #5502

Merged
jacek-prisma merged 1 commit into
mainfrom
feat/mariadb-adapter
Jun 26, 2025
Merged

test: run tests against the mariadb adapter#5502
jacek-prisma merged 1 commit into
mainfrom
feat/mariadb-adapter

Conversation

@jacek-prisma

Copy link
Copy Markdown
Contributor

ORM-1129

/prisma-branch fix/mariadb-qe-adjustments

@codspeed-hq

codspeed-hq Bot commented Jun 25, 2025

Copy link
Copy Markdown

CodSpeed Performance Report

Merging #5502 will not alter performance

Comparing feat/mariadb-adapter (ea4798d) with main (02e445c)

Summary

✅ 11 untouched benchmarks

@github-actions

github-actions Bot commented Jun 25, 2025

Copy link
Copy Markdown
Contributor

WASM Query Engine file Size

Engine This PR Base branch Diff
Postgres 2.184MiB 2.184MiB 0.000B
Postgres (gzip) 874.492KiB 874.495KiB -3.000B
Mysql 2.149MiB 2.149MiB 0.000B
Mysql (gzip) 859.676KiB 859.677KiB -1.000B
Sqlite 2.059MiB 2.059MiB 0.000B
Sqlite (gzip) 825.414KiB 825.415KiB -1.000B
SQL Server 2.115MiB 2.115MiB 0.000B
SQL Server (gzip) 849.278KiB 849.279KiB -1.000B

@jacek-prisma
jacek-prisma force-pushed the feat/mariadb-adapter branch 3 times, most recently from 58df82a to e9afc4e Compare June 25, 2025 19:31
};

let last_insert_id_field = id_selection.scalars().find(|sf| sf.is_auto_generated_int_id()).cloned();
let last_insert_id_field = id_selection.scalars().find(|sf| sf.is_autoincrement()).cloned();

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed for bigint tests in the mysql native_types suite

jacek-prisma added a commit to prisma/prisma that referenced this pull request Jun 26, 2025
@jacek-prisma
jacek-prisma merged commit 6cbdedf into main Jun 26, 2025
186 checks passed
@jacek-prisma
jacek-prisma deleted the feat/mariadb-adapter branch June 26, 2025 09:38
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