-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(driver-adapters): PlanetScale transactions (#4967)
* fix(driver-adapters): fix transaction ordering for ISOLATION LEVEL, impacting PlanetScale * chore(driver-adapters): uncomment fixed PlanetScale tests * chore: retrigger CI * feat(driver-adapters): add support for TransactionContext * test(connector-test-kit-rs): uncomment succeeding "basic_serializable" test * chore(driver-adapters): fix types in executor * DRIVER_ADAPTERS_BRANCH=feat-driver-adapters-transaction-context retrigger CI/CD * feat(driver-adapters): impl Send on JsTransactionContext on wasm32 * DRIVER_ADAPTERS_BRANCH=feat-driver-adapters-transaction-context retrigger CI/CD * feat(driver-adapters): impl FromJsValue for JsTransactionContext on wasm32 * DRIVER_ADAPTERS_BRANCH=feat-driver-adapters-transaction-context retrigger CI/CD * feat(driver-adapters): impl Send for TransactionContextProxy on wasm32 * DRIVER_ADAPTERS_BRANCH=feat-driver-adapters-transaction-context retrigger CI/CD * chore: attempt Send/Sync-compatibility for JS transactions * chore: add "parse_raw_query" to "JsTransactionContext" * fix(driver-adapters): enable wasm32 compilation of "JsQueryable::start_transaction" * chore: remove commented-out method * test(connector-test-kit-rs): uncomment "interactive_tx" tests * DRIVER_ADAPTERS_BRANCH=feat/driver-adapters-transaction-context chore: retrigger CI/CD * tmp(connector-test-kit-rs): add (failing) concurrent_create_select regression test * Revert "tmp(connector-test-kit-rs): add (failing) concurrent_create_select regression test" This reverts commit cc0baab. * DRIVER_ADAPTERS_BRANCH=feat/driver-adapters-transaction-context chore: retrigger CI/CD * feat(driver-adapters): rename "parse_raw_query" to "describe_query" after #4979 * DRIVER_ADAPTERS_BRANCH=feat/driver-adapters-transaction-context chore: retrigger CI/CD * chore: don't leak concrete UnsafeFuture types * chore(driver-adapters): nit, replace "::napi" with "napi" * Revert "chore(driver-adapters): nit, replace "::napi" with "napi"" This reverts commit 808fdbe. * DRIVER_ADAPTERS_BRANCH=feat/driver-adapters-transaction-context chore: retrigger CI/CD * chore: unbox JsTransactionContext * DRIVER_ADAPTERS_BRANCH=feat/driver-adapters-transaction-context chore: retrigger CI/CD
- Loading branch information
Showing
6 changed files
with
166 additions
and
29 deletions.
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
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