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 from stdin doesn't throw exceptions or give feedback on bad input #25

Open
dclements opened this issue Jan 7, 2013 · 0 comments
Open
Labels

Comments

@dclements
Copy link
Contributor

Using the standard Revori client:

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

test > 1+1
test > \.
inserted 0 row(s)
test > 

Expected would be some sort of feedback that the input could not be understood, preferably including input on what it is supposed to look like. It appears that they are simply not being propagated correctly.

This seems to happen for all errors, including duplicate keys, class casting, and bad parsing.

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