Patch Changes
-
#10019
cce7f6f
Thanks @dario-piotrowicz! - chore: update workerd dependency to latest -
#10035
028f689
Thanks @petebacondarwin! - Fix D1 SQL dump generation: escape identifiers and handle SQLite's dynamic typingEscape column and table names to prevent SQL syntax errors.
Escape values based on their runtime type to support SQLite's flexible typing.