发布

  • [drizzle-kit] push to d1-http failed (#4268)

    frostbyte_neo 发布于 2025-03-27 08:59:52 +00:00

    • 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

    下载附件