tridelt and JSchoenbachler effort to implement dbCreateTable and dbAppenTable (#72)
927a700 Sep 18, 2020
effort to implement dbCreateTable and dbAppenTable (#72)
*  initial structure for dbCreateTable

* Incorporate dbAppendTable function (#73)

* Add dbAppendTable

* Fix Syntax

* Updates to add dbAppendTable and dbCreateTable

* Add engine parameter

* Force engine=engine

* Revert back to original

* Revert fix

* Add dbAppendTable vanilla

* Remove excess arguments

* Add from dbWriteTable

* Remove dbAppendTable method for now

* Add dbAppendTable function

* Add Test for dbAppendTable

* Add row.names parameter to function call

* Forgot parenthesis

* Update to remove ... from arguments

* Fix mistakes in value assignment

* Fix my own issues with not having the correct parameter values passed

* implemented RCH-version of DBI::dbCreateTable to be compatible with Clickhouse

* fixed misspelled Engine-Default value

* polished methods and added a test-case for dbCreate

Co-authored-by: Josh Schoenbachler <josh.schoenbachler@gmail.com>
927a700