Skip to content
Compare
Choose a tag to compare
@workers-devprod workers-devprod released this 22 Jul 11:39
· 28 commits to main since this release
7d14000

Patch Changes

  • #9866 7e5585d Thanks @invisal! - Fix D1 SQL dump generation: escape identifiers and handle SQLite's dynamic typing

    Escape column and table names to prevent SQL syntax errors.
    Escape values based on their runtime type to support SQLite's flexible typing.