Skip to content
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

postgres database not allowing other engines or dialects #547

Open
gateslm opened this issue Mar 7, 2022 · 0 comments
Open

postgres database not allowing other engines or dialects #547

gateslm opened this issue Mar 7, 2022 · 0 comments

Comments

@gateslm
Copy link

gateslm commented Mar 7, 2022

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 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.

Relevant links:

Let me know if you would like more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant