drizzle-team / drizzle-kit-mirror

Docs and issues repository for drizzle-kit
291 stars 17 forks source link

`drizzle-kit introspect` fails with error `movedTables is not iterable` #493

Open nickreynolds opened 1 month ago

nickreynolds commented 1 month ago

Using version 0.23.0 gives me this error, downgrading to 0.21.4 (with drizzle-orm@0.29.3) works correctly.

note:

my DB has a table with a hyphen in the name, although I tried renaming the table but it still failed on 0.23.0. It works correctly with 0.21.4 although the schema.ts generated has a syntax error (hyphen in exported const name) that I had to fix manually.

serhii-kucherenko commented 1 month ago

Same here

asolya commented 4 weeks ago

same here as well