You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test > create table test (id int32, val int32, primary key (id))
table test defined
test > copy test from stdin
reading row data until "\."
test >1,1
test > \.
inserted 0 row(s)
The "inserted 0 row(s)" message is covered by Issue #25.
test > create table test (id int64, val int64, primary key (id))
table test defined
test > copy test from stdin
reading row data until "\."
test >1,1
test > \.
inserted 1 row(s)
The text was updated successfully, but these errors were encountered:
On the server:
The "inserted 0 row(s)" message is covered by Issue #25.
The text was updated successfully, but these errors were encountered: