Matthew Painter
Matthew Painter
Am I right in thinking that you could look for a `?` on the query function parameter to denote that it is optional, and pick this up to set the...
This PR removes the need for the `Long` package, and instead of Number uses BigInt as standard for all int64 types. I realise that this would be a breaking change,...
This fixes occurrences where the IP changes for a native connection, e.g. with read replicas. "If host is specified without hostaddr, a host name lookup occurs." https://www.postgresql.org/docs/8.1/libpq.html#LIBPQ-CONNECT You do not...
This PR allows using a function for the password in the native client (as in the JS client).
There may be graceful shutdown happening elsewhere - other processes can be orphaned by doing this.
### Description Sometimes (seemingly on a 400 response) the `Error` is undefined, and `data.Error.Code` throws a NPE. ### Testing Existing tests should suffice. --- By submitting this pull request, I...
## I'm submitting a... [ ] Regression [ ] Bug report [ x] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit...
It would be great to support tsconfig "paths" in the cli commands, perhaps using this? https://www.npmjs.com/package/tsconfig-paths