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(sql): mysql migrator #2867

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

jamiehodge
Copy link
Contributor

Type

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

MySQL does not support IN ACCESS EXCLUSIVE MODE. It does support locking, but seeing as there is currently no unlock step, I've simply removed the statement.

  • Related Issue #
  • Closes #

Copy link

changeset-bot bot commented May 28, 2024

🦋 Changeset detected

Latest commit: 5fa665a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@effect/sql Patch
@effect/sql-mssql Patch
@effect/sql-mysql2 Patch
@effect/sql-pg Patch
@effect/sql-sqlite-bun Patch
@effect/sql-sqlite-node Patch
@effect/sql-sqlite-react-native Patch
@effect/sql-sqlite-wasm Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@tim-smart tim-smart merged commit 3e86ced into Effect-TS:main May 28, 2024
12 checks passed
@github-actions github-actions bot mentioned this pull request May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants