Preserve long SQL results and export custom source files #104
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/sql-recovery-export"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SQL result output stopped at 512 bytes, which cut recovery catalog evidence. Size the row conversion buffer for the bounded protocol reply and UTF-8 expansion. A regression returned 513 bytes instead of 4001 before the fix.
Add --source-type for custom source files. Strict captures record caller_declared type provenance and reject unknown types before connecting. This permits generated SQL from a new, owned source file without changing shared source members.
Validation: all 883 Zig tests and the local build pass. A live pub400 SQL result preserves all 4000 expected bytes. The next builder-image release will include this version.