-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
192cb5a
fix(d1): allow custom max_bind_values
Weakky aa8bee6
feat(driver-adapters-executor): allow reading "maxBindValues" from Dr…
jkomyno 1291dd7
feat(connector-test-kit-rs): "ExternalInitializer::init*" methods now…
jkomyno 1ccdfb1
feat(connector-test-kit-rs): update "Runner::load" after "ExternalIni…
jkomyno 925f822
chore(connector-test-kit-rs): set optional "override_local_max_bind_v…
jkomyno f8cc9ce
chore(connector-test-kit-rs): remove "driver_adapter_max_bind_value" …
jkomyno 89e5b8e
fix(connector-test-kit-rs): restore "ConnectorVersion::is_wasm", add …
jkomyno bd0ec04
DRIVER_ADAPTERS_BRANCH=integration/fix-sqlite-d1-max-bind-values chor…
jkomyno 107127c
Merge branch 'main' into fix/d1-custom-max-bind-values
jkomyno e6a2517
DRIVER_ADAPTERS_BRANCH=integration/fix-sqlite-d1-max-bind-values chor…
jkomyno 0237a85
Merge branch 'main' into fix/d1-custom-max-bind-values
jkomyno bc85563
DRIVER_ADAPTERS_BRANCH=integration/fix-sqlite-d1-max-bind-values chor…
jkomyno eab57cf
Merge branch 'main' into fix/d1-custom-max-bind-values
jkomyno 150a462
DRIVER_ADAPTERS_BRANCH=integration/fix-sqlite-d1-max-bind-values chor…
jkomyno File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
query-engine/connector-test-kit-rs/query-engine-tests/tests/new/regressions/prisma_7434.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?