-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Driver not connected" #9
Comments
@nmacherey Thanks for reporting the issue. We found an issue with how the provider handles enums. We are working on a fix and will report back |
@nmacherey Postgres enums are now supported. Thank you for reporting the bug :) |
@ronenlu Thank you for your feed back but the db connexion does not work with postgres... My I have missed something ? I also have issues with postgres SQL schema and extensions, as extensions can only be installed in a single schema and there is no way to specifiy the extension search path. |
@nmacherey Can you share the error trace you are getting and the command you are running? The reason Im not passing the |
The module si not working with postgres dialect, postgres does not have in memory databases.
There are various issues:
await mockDb.initialize()
actually it throwsDriver not connected
exceptionawait mockDB.destroy();
should be added at the end of the method before returning the queries.Please find a modified version here:
The text was updated successfully, but these errors were encountered: