v3.0.1
Patch Changes
-
c048de0: Fix
db.execute()result-shape assumption that broke on drivers other thandrizzle-orm/node-postgres.invoke-budgetandschema-versionprobes were readingresult.rows[0], butpostgres-js(and some drizzle 1.x driver builds) return the rows array directly — those consumers were gettingundefined.rowsand patching the dist by hand.Added a
rowsOf()helper that handles both shapes and used it at both call sites.pg_notifyand other fire-and-forget executes are unaffected.