You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems the current implementation of the pg driver imports the QueryArrayConfig and QueryArrayResult types as values, which typescript throws an error for.
I have found the point in the code where this happens and tested locally a fix but I need time to fork and open a PR so for now I'm opening an issue in case someone else manages to do it first. I have also not tried yet other drivers to see if this issue exists elsewhere.
The text was updated successfully, but these errors were encountered:
it seems the current implementation of the pg driver imports the
QueryArrayConfig
andQueryArrayResult
types as values, which typescript throws an error for.I have found the point in the code where this happens and tested locally a fix but I need time to fork and open a PR so for now I'm opening an issue in case someone else manages to do it first. I have also not tried yet other drivers to see if this issue exists elsewhere.
The text was updated successfully, but these errors were encountered: