Newline causing SQL error when migrating
If I run a migration that contains many SQL statements, it fails. If I generate the migration SQL one table at a time, the migration will succeed when being executed...
Conclusion is that the newline character between statements is causing issues...
breakpoints is true in drizzle.config.ts but that doesn't seem to be working at all, not breakpoints are added.
is there a way to preprocess the SQL files before execution?
context: MacOS,
node 18.18.2
drizzle-orm 0.25.3
drizzle-kit 0.17.6
Conclusion is that the newline character between statements is causing issues...
breakpoints is true in drizzle.config.ts but that doesn't seem to be working at all, not breakpoints are added.
is there a way to preprocess the SQL files before execution?
context: MacOS,
node 18.18.2
drizzle-orm 0.25.3
drizzle-kit 0.17.6