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
When using postgres database, you are unable to use other engines.
Linked to me was the following code snippet about using postgres. You can see it is searching exactly for postgres://, which will not allow for variations like postgresql://.
Mentioned in the Google Group, potentially adding regex or checking for either.
The documentation for postgres recommends postgresql://.
By making it regex, it could allow for other engines and dialects.
This issue was started on the Google Groups.
When using
postgres
database, you are unable to use other engines.Linked to me was the following code snippet about using postgres. You can see it is searching exactly for
postgres://
, which will not allow for variations likepostgresql://
.Mentioned in the Google Group, potentially adding regex or checking for either.
The documentation for postgres recommends
postgresql://
.By making it regex, it could allow for other engines and dialects.
Relevant links:
postgres
Let me know if you would like more information.
The text was updated successfully, but these errors were encountered: