Landing page update 🎉
• our team is 10 devs, now you know
• showcase active contributors
• TypeScript and JavaScript mention
• v1.0 release timeline with a roadmap!
• calendar section for our iterations
• quick access docs search and ask ai
• snake game board 🐍
fixed a bug in PostgreSQL with push and introspect where the schemaFilter object was passed. It was detecting enums even in schemas that were not defined in the schemaFilter.
fixed the drizzle-kit up command to work as expected, starting from the sequences release
Added an OHM static imports checker to identify unexpected imports within a chain of imports in the drizzle-kit repo. For example, it checks if drizzle-orm is imported before drizzle-kit and verifies if the drizzle-orm import is available in your project.
Adding more columns to Supabase auth.users table schema
Bug Fixes
[BUG]: Using sql.placeholder with limit and/or offset for a prepared statement produces TS error
[BUG] If a query I am trying to modify with a dynamic query (....$dynamic()) contains any placeholders, I'm getting an error that says No value for placeholder.... provided
[BUG]: Error thrown when trying to insert an array of new rows using generatedAlwaysAsIdentity() for the id column
[BUG]: Unable to Use BigInt Types with Bun and Drizzle
[BUG]: [drizzle-kit]: Fix breakpoints option cannot be disabled