Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update test sqlite capabilities and fix some issues #5102

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

jacek-prisma
Copy link
Contributor

Some functionality in schema describer was broken for sqlite and it wasn't caught because there are separate capability checks in some tests.
I've updated these tests and fixed the issues in this PR.

@jacek-prisma jacek-prisma requested a review from a team as a code owner January 2, 2025 10:45
@jacek-prisma jacek-prisma requested review from jkomyno and removed request for a team January 2, 2025 10:45
Copy link

codspeed-hq bot commented Jan 2, 2025

CodSpeed Performance Report

Merging #5102 will not alter performance

Comparing fix/json-fixes (2e63975) with main (aef02d5)

Summary

✅ 11 untouched benchmarks

Copy link
Contributor

github-actions bot commented Jan 2, 2025

WASM Query Engine file Size

Engine This PR Base branch Diff
Postgres 2.086MiB 2.086MiB 0.000B
Postgres (gzip) 838.104KiB 838.106KiB -2.000B
Mysql 2.049MiB 2.049MiB 0.000B
Mysql (gzip) 824.324KiB 824.326KiB -2.000B
Sqlite 1.962MiB 1.962MiB 0.000B
Sqlite (gzip) 788.391KiB 788.393KiB -2.000B

@jacek-prisma jacek-prisma mentioned this pull request Jan 2, 2025
@jacek-prisma jacek-prisma merged commit c49e56c into main Jan 2, 2025
366 of 367 checks passed
@jacek-prisma jacek-prisma deleted the fix/json-fixes branch January 2, 2025 11:41
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