dataexpress icon indicating copy to clipboard operation
dataexpress copied to clipboard

Copy statement fails silently if append target does not already exist

Open bruth opened this issue 12 years ago • 1 comments
trafficstars

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 avatar Oct 01 '13 01:10 bruth

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.

bruth avatar Oct 01 '13 10:10 bruth