Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy doesn't recognize \. except on its own line #34

Open
dclements opened this issue Jan 14, 2013 · 0 comments
Open

Copy doesn't recognize \. except on its own line #34

dclements opened this issue Jan 14, 2013 · 0 comments
Labels

Comments

@dclements
Copy link
Contributor

The copy command doesn't recognize the presence of the \. message except when it is on its own line, with no whitespace or other characters before or after:

test > copy test from stdin
reading row data until "\."

test > 1,1\.
test > \.
inserted 0 row(s)
test > copy test from stdin
reading row data until "\."

test > 2,1
test >  \.
test > \.
inserted 1 row(s)
test > copy test from stdin
reading row data until "\."

test > 3,1
test > \. 
test > \.
inserted 1 row(s)

Expected would be for it to read until it hits those characters, trimming any excess whitespace and being usable at the end of a line, rather than just on its own.

The silent failure of lines is another problem covered by Issue #25 and Issue #27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant