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

[BUG]: Import reference on expo-sqlite is wrong since [email protected] #3195

Open
zenoxs opened this issue Oct 25, 2024 · 1 comment · Fixed by #3197
Open

[BUG]: Import reference on expo-sqlite is wrong since [email protected] #3195

zenoxs opened this issue Oct 25, 2024 · 1 comment · Fixed by #3197
Labels
bug Something isn't working driver/expo-sqlite priority Will be worked on next

Comments

@zenoxs
Copy link

zenoxs commented Oct 25, 2024

What version of drizzle-orm are you using?

0.35.3

What version of drizzle-kit are you using?

0.26.2

Describe the Bug

Actually drizzle can't work with the latest version of [email protected] because of the new export path.
expo-sqlite/next has been removed from the export of expo-sqlite, since the default export is now the next version we need to remove the next from the import path.

cf. https://github.com/expo/expo/blob/main/packages/expo-sqlite/CHANGELOG.md#1500--2024-10-22

Expected behavior

No response

Environment & setup

No response

@zenoxs zenoxs added the bug Something isn't working label Oct 25, 2024
@zenoxs zenoxs changed the title [BUG]: Import reference on expo-sqlite is wrong since the [email protected] [BUG]: Import reference on expo-sqlite is wrong since [email protected] Oct 25, 2024
chakrihacker added a commit to chakrihacker/drizzle-orm that referenced this issue Oct 25, 2024
@L-Mario564 L-Mario564 added driver/expo-sqlite priority Will be worked on next labels Oct 25, 2024
@PabraiVentures
Copy link

Is the fix good to merge?

AndriiSherman added a commit that referenced this issue Nov 13, 2024
* Fix Drizzle ORM for expo-sqlite

closes #3195

* bump expo-sqlite version to 14.0.0 in package.json and pnpm-lock.yaml

---------

Co-authored-by: Andrii Sherman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working driver/expo-sqlite priority Will be worked on next
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants