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
24.79k stars 658 forks source link

[BUG]: drizzle-kit CLI pull/introspect schemaFilters parameter is ignored #3626

Open tazmaniax opened 4 days ago

tazmaniax commented 4 days ago

Report hasn't been filed before.

What version of drizzle-orm are you using?

0.36.4

What version of drizzle-kit are you using?

0.28.0

Other packages

No response

Describe the Bug

The drizzle-kit introspect CLI parameter schemaFilters is ignored, e.g.

npx drizzle-kit introspect --url "postgresql://postgres:postgres@127.0.0.1:54322/postgres" --dialect postgresql --schemaFilters pgmq --out test

outputs

Pulling from ['public'] list of schemas
VicSmithVercel commented 4 days ago

Have the same issue.