Results 8 issues of Johannes Roith

## 🐛 Bug Report It's unclear to me why the name "History" is reserved. I'm trying to read a file that actually contains such a sheet and looking at the...

I'm still getting random sessionExpires errors when connecting to aura even though I have set the max connection timeout to 9 minutes. Wouldn't it be better if the driver would...

question

This is a fork that I'm currently maintaining internally, that optimised performance in certain cases. The implementations shown here is not particularly efficient, it's not fully general purpose and I'm...

graphql
feature

It would be nice to support case-insensitive field comparisons especially in addition to CONTAINS. This could translate to two TOLOWER() calls for now. This might be another operator CONTAINS_INSENSITIVE or...

feature request
small

I created a bug a few months ago for the @auth directive and hoped the issue would be resolved with the new directive, but this is not the case. Basically,...

feature request
small

Current @authorization support selecting an operation, such as CREATE, DELETE, UPDATE, CONNECT and DISCONNECT. It seems like connect and disconnect would apply to ANY connection being made. Sometimes we want...

feature request

I have a situation where the driver can cause nodeJS to run out of memory if a transaction with many queries is run (700k very simple ones in my case)....

bug

I'm getting an error "Error: Cannot find module '@nestjs/common'". Is this intentional? Does morpheus have a peer dependency on nestJS?