Commit 2651b80
Support custom NULL string in COPY FROM STDIN
Adds support for the NULL option in COPY commands (e.g., NULL 'custom-value').
Previously, only the default PostgreSQL null representation (\N) and empty
strings were treated as NULL values. Now the custom NULL string specified
in the COPY command is also recognized.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 2507a92 commit 2651b80
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
| 615 | + | |
615 | 616 | | |
616 | 617 | | |
617 | 618 | | |
| |||
768 | 769 | | |
769 | 770 | | |
770 | 771 | | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
771 | 778 | | |
772 | 779 | | |
773 | 780 | | |
| |||
828 | 835 | | |
829 | 836 | | |
830 | 837 | | |
831 | | - | |
| 838 | + | |
832 | 839 | | |
833 | 840 | | |
834 | 841 | | |
| |||
0 commit comments