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 statement fails silently if append target does not already exist #44

Open
bruth opened this issue Oct 1, 2013 · 1 comment
Open
Labels

Comments

@bruth
Copy link

bruth commented Oct 1, 2013

The behavior I expect is for the table to be created if it does not already exist prior to appending.

Seems to be related to #42

@bruth
Copy link
Author

bruth commented Oct 1, 2013

One clarification is that it silently failed when no records needed to be inserted. It did of course fail when an insert was attempted and the table did not exist. I still think it should implicitly create the table if it doesn't already exist.

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