chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:32:25 +08:00
commit e014feafe1
2285 changed files with 1131979 additions and 0 deletions
@@ -0,0 +1,22 @@
BEGIN;
CREATE TABLE tbl1 (pk int primary key, c1 varchar(100), c2 varchar(250));
COPY tbl1 FROM STDIN (FORMAT CSV);
1,green,
2,"blue","a
q
u
a"
3,"brown",
4,"NULL",NULL
5,"?",""
6,"foo
\\.
bar","baz"
7, ,' '
8," ",""
9,,''
\.
COMMIT;