Open bruth opened 11 years ago
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.
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