Tags: thiagojedi/drizzle-orm
Tags
[drizzle-kit] push to d1-http failed (drizzle-team#4268) * drizzle-kit and push to d1-http failed There are two reasons: - d1-http don't support transactions with db.run("begin/commit/rollback") - introspections run against some CF-D1 internal tables and fails later. that could mitigated with a right tablesFilter: ['!_cf_KV']. There was a incomplete mitigation in place which now includes _cf_KV tables. * chore: there are more _cf_ prefixed tables * fix: Add escaping to sqlite pull queries * should we pass-with-no-tests ?? * D P R I N T * Add ci vitest config * Bump kit, added release notes --------- Co-authored-by: Roman <nabukhotnyiroman@gmail.com> Co-authored-by: AndriiSherman <andreysherman11@gmail.com>
Various fixes, features bundled for v0.41.0 (drizzle-team#4293) * Various fixes, features bundled for v0.41.0 * Fixed broken test case * D1 Buffer mapping fix, tests fix * Disabled type parsers for `neon-http` driver
Merge pull request drizzle-team#4064 from pffigueiredo/4063-fix-neon-… …auth-schema-name [PG, Neon] Rename Neon Auth schema
Merge pull request drizzle-team#4037 from drizzle-team/beta Beta