Skip to content

4.6.1

Choose a tag to compare

@lucatume lucatume released this 16 Jun 20:44
· 48 commits to master since this release

4.6.1

Fixed

  • wp:db:export from a SQLite installation no longer truncates values containing NUL bytes (e.g. serialized objects with protected/private properties): table rows are read with each column cast to BLOB so the SQLite3 extension does not stop at the first NUL byte, and the full value is hex-encoded into the dump.