Neil O'Toole

Results 40 comments of Neil O'Toole

@kardianos @denisenkom As discussed in your comments above, is this issue still considered to be solvable via `NamedValueChecker`? In the case of an app I'm working on, I can report...

Additional drivers could be: - docker info - iTunes DB - Messages DB - Windows registry - MacOS config, Mail.app, etc.

@kobayashi Thanks for the PR. Much appreciate it. The theory behind the "short driver names" concept is that you can definitely do something like: ```shell $ sq add 'pg://sakila:[email protected]/sakila' ```...

Work has begun on this, initially for the XML genre, and specifically the RSS schema.

Adding new databases is relatively straightforward, if there is a solid Go SQL driver implementation available. I'll take a look to see how feasible this is. I agree it would...

@chapmanjacobd Do you have a (non-sensitive) sqlite db I could test against?

This is still a possibility. The post recent proposed syntax on this would be: ```sh $ sq '@(mysql://user:pass@localhost/sakila)' | .actor | .[0:10] $ sq '@(./path/to/sakila.xlsx).actor' ``` However, for file-based formats...

Some of this functionality is handled specific flags (e.g. `--no-header`), but there are still cases where output customization via flags might be useful. For example, the `xml` output format: ```xml...

@horgh Apologies for the radio silence, it was a summer off open-source work. > I'm not sure what the best thing to do is however. I'm not quite sure either....

@horgh Thanks for the kind words, much appreciated. It's great to see code in action. I'll freely admit I had not considered (or tested for) this scenario. It's very interesting....