drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
23.54k stars 578 forks source link

[BUG]: #2828

Open mdurling opened 1 month ago

mdurling commented 1 month ago

What version of drizzle-orm are you using?

0.33.0

What version of drizzle-kit are you using?

0.24.1

Describe the Bug

drizzle-kit generate ignores breakpoints: false config setting and includes --> statement-breakpoint in the migration file. This was working in drizzle-kit 0.23

Expected behavior

--> statement-breakpoint are not included in generated migration file.

Environment & setup

No response

mdurling commented 1 month ago

The behavior regressed in drizzle-kit@0.23.1. Version 0.23.0 works as expected.

janvorwerk commented 2 weeks ago

@mdurling, I found the same issue. Although it's not a big deal, if we want to give visibility to that issue, it would probably be useful to add a proper title. As the reporter, you have the permission to do it, I don't. Thanks in advance 🙏