Sarad Mohanan
Sarad Mohanan
``` else: # find first whitespace, and split there i = 0 while (i < len(line)) and not line[i].isspace(): i += 1 if i == len(line): raise Exception('Unparsable line: %r'...
currently exception is raised when dataset is called for query which returned zero result though its been solved in [PR #65](https://github.com/kennethreitz/records/pull/65), I would like to suggest that we should also...
--- ##### Contributor checklist - [ ] Builds are passing - [x] New tests have been added (for feature additions)
I discovered `ansible-bender` today but I don't have any clue to how to get started.
The `__main__.py` is blotted with a lot of CLI variables impacting readability and loose typing. So namespacing the CLI options under the class `CliOptions`.
**Is your feature request related to a problem? Please describe.** No, `__main__` is bloated, one of the reason being, the cli variables are used without namespacing **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** I am using almost all databases and I need to install the adapter for each database as ```shell pip install...