Dustin Hoffner
Dustin Hoffner
Hi there, I got some issues with this pool. Maybe this is related to https://github.com/brianc/node-postgres/issues/1790 and https://github.com/brianc/node-postgres/issues/1611. First of all this is my environment: - [email protected] - [email protected] - NodeJS...
**Package** - db **Description / Use Case for a Feature** Currently it is not possible to define a default expression for relations. This was possible with GQL-Type-Definitions. Example: ``` @Entity()...
**Package** - auth **Description / Use Case for a Feature** We need some way limit the number of AuthFactorProofToken - usages. Eg.: A user gets an email with an AuthFactorProofToken...
When Aiven is switching the Database due to automatic maintenance one seems not to be able to reconnect properly. Also, the server does not crash, which would trigger a restart...
Just a list of Ideas to not forget them: (Please add more) **Query-Builder** - [ ] Nested Mutations (Insert, Update, Delete) **Permission-System** - [ ] Permissions for custom resolvers (It...
SchemaBuilder is generating invalid SQL when running a mutation without changing anything.
The reason is probably this: https://www.heise.de/newsticker/meldung/Firefox-59-verschleiert-Referrer-fuer-besseren-Datenschutz-3960175.html So we need to create a security hole for this by ignoring missing referrer header.
- [ ] Allow with a certain limit - [ ] Check functionality
- [ ] Auth - [ ] FileStorage - [ ] Versions When moved to different schemas, we need to allow the `USAGE` to the general db-user: `GRANT USAGE ON...