Allen Nelson

Results 26 issues of Allen Nelson

Would make queries a lot easier to grok when debugging. Related idea: scrape error messages for sections of text to highlight when printing errors.

enhancement

* SQLite: `CREATE VIEW IF NOT EXISTS` * Postgres: `CREATE OR REPLACE VIEW` And indeed, they're not identical behaviors, so this is probably something to separate at the type level.

bug

This will ensure that the alias is properly escaped, and allow aliases to maintain their type information.

We could have the client provide both a promise-based and futures-based API. Also for some DBs like SQLite, a sync api.

## Usage docs - [x] High level description - [x] a few short code examples ### Building SELECT queries - [ ] Expressions - [ ] Joins - [ ]...

Born out of #138, but also related to #40 and #43. Currently `nixfromnpm` will continue to build as many packages as possible, and when an upstream package fails to build,...

- [ ] Version ranges - [x] Particular versions - [ ] From git - [ ] Github - [ ] Bitbucket - [x] From files - [ ] Failure...

testing/CI

I.e. using the `-f` flag pointing at a package.json (or folder containing a package.json)

testing/CI