-
Notifications
You must be signed in to change notification settings - Fork 240
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(adapter-d1) Use max_bind_value = 100
on Cloudflare D1
#4878
Conversation
… return "InitResult"
…tializer::init*" changes; add optional "override_local_max_bind_values" argument
…alues" argument to None when manually invoking "Runner::load()"
…e: retrigger CI/CD
CodSpeed Performance ReportMerging #4878 will not alter performanceComparing Summary
|
WASM Query Engine file Size
|
✅ WASM query-engine performance won't change substantially (0.991x)Full benchmark report
After changes in e6a2517 |
@@ -1,6 +1,6 @@ | |||
use query_engine_tests::*; | |||
|
|||
#[test_suite(schema(autoinc_id), capabilities(CreateMany, AutoIncrement), exclude(CockroachDb))] | |||
#[test_suite(schema(autoinc_id), capabilities(AutoIncrement), exclude(CockroachDb))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Random find, a couple of line below D1 is excluded, just wanted to let you know, would it be interesting to change that?
#[connector_test(exclude(CockroachDb, Sqlite("cfd1")))]
Note: I posted on Slack about the unrelated neon failures https://prisma-company.slack.com/archives/C058VM009HT/p1716389660069659 |
It looks like
|
…e: retrigger CI/CD
Yeah, this was due to |
@jkomyno Looks like some tests are failing 👀
|
12 failing tests. It used to be |
I've updated both branches (TypeScript + Rust), let's see what's up |
This PR:
In TypeScript, it also performs a minor clean-up of
query-engine/driver-adapters/executor/src/testd.ts
after the recentMobile
test connector addition in #4793.