- Add new parameters delimiter_char and csv_format to all copy command functions (allows for better quoting JSONS, arrays, strings with tabs)
- Add warnings for unused parameters
- Make code a bit more pep-8 compliant
**required-changes**
- Adapt own implementations of `copy_to_stdout_command`, `copy_from_stdin_command` & `copy_command` (add the two new parameters).
- Test whether everything still works (has been working reliably in three big projects for 4 weeks now)