Sean Harrington
Sean Harrington
Here is the **stderr** of the setup-env command, anything obvious jump out to anyone? (trying to hack around it now) ``` Updating Homebrew... ^[[33mWarning:^[[0m openssl is a keg-only and another...
**Objective:** To build a framework to functionally test the following migration cases: 1. For each `source` in ['sqlite', 'mysql', 'postgres', 'sql-server', 'oracle']: 1. For each `target` in ['sqlite', 'mysql', 'postgres',...
Data gets truncated at every instance of a '^M' or '\n' by the sqlite import tool, because you cannot escape the row-delimeter (newline). Proposed solution: * For each row *...
Proposing a new **kwarg** in the `__init__()` method of `multiprocessing.Pool` named `expect_initret`. This **kwarg** defaults to `False`. When set to `True`, the return value of the `initializer` function is passed...