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]:drizzle-kit pull generated schema.ts missing quote #3887

Open
1 task done
Aymericr opened this issue Jan 2, 2025 · 1 comment
Open
1 task done

[BUG]:drizzle-kit pull generated schema.ts missing quote #3887

Aymericr opened this issue Jan 2, 2025 · 1 comment
Labels
bug Something isn't working drizzle/kit priority Will be worked on next

Comments

@Aymericr
Copy link

Aymericr commented Jan 2, 2025

Report hasn't been filed before.

  • I have verified that the bug I'm about to report hasn't been filed before.

What version of drizzle-orm are you using?

0.38.3

What version of drizzle-kit are you using?

0.30.1

Other packages

No response

Describe the Bug

Running drizzle-kit pull, the generated code in schema.ts has syntax errors.
All the default declarations are missing a quote.default(').
It should be .default('').

@Aymericr Aymericr added the bug Something isn't working label Jan 2, 2025
@L-Mario564 L-Mario564 added drizzle/kit priority Will be worked on next labels Jan 6, 2025
@jjhiggz
Copy link

jjhiggz commented Jan 24, 2025

I'm experiencing the same issue, currently using bun and trying to pull from a schema that was generated by supabase migrations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working drizzle/kit priority Will be worked on next
Projects
None yet
Development

No branches or pull requests

3 participants