Andreas Bergmaier
Andreas Bergmaier
We're not using Pogi as the only library for connecting to our database, and for that we instantiate a `pg.Pool` ourselves which we share between different services. It would be...
**What rule do you want to change?** `no-tabs` (currently on eslint 6.5.1) **Does this change cause the rule to produce more or fewer warnings?** fewer warnings **How will the change...
I've used Trace Statistics and when selecting tags in the "Group By" and "Sub-Group" dropdowns, I noticed that the subgroup counts don't add up to the group counts. Looking closer,...
### 🔎 Search Terms index signature description documentation comment annotation jsdoc ### 💻 Code ```ts interface Example { /** Something generic */ [p: string]: any; /** Something specific */ property:...
This is a follow-up to #467. I've had a use case now where I wanted to create a primary key constraint with a comment, and it's not easily possible. For...
Fixes #755. I hope using the duration variable for the flag is not "too clever", but I wanted to get around writing `if (!closed)` twice. ## Checklist - [ ]...
### Feature description [There is no hook for `GraphQLScalarType`](https://www.graphile.org/graphile-build/all-hooks/). We should add one! ### Motivating example I wanted to hook into the creation of the scalar types in [`pgTypes` plugin](https://github.com/graphile/graphile-engine/blob/v4/packages/graphile-build-pg/src/plugins/PgTypesPlugin.js)....
### Summary In our integration test suite, we do teardown the LDS Live Source by calling `schema.__pgLdsSource?.close()`. This does however not work consistently, and from time to time (apparently when...
From Discord: > @benjie: `@omit read` was never fully implemented, which is why it requires you omit everything right now. > @ab-pm: so what is missing then? > @benjie: The...
Integrating [the plugin](https://gist.github.com/ab-pm/0f0b021db2c541008875b581f91404ee) I had posted on Discord into core. Basic tests (creates the fields it should, queries work as expected, can be omitted using new `@omit single` #460) included...