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: Support MD5() function #9675

Closed
knutwannheden opened this issue Dec 16, 2019 · 0 comments
Closed

Postgres: Support MD5() function #9675

knutwannheden opened this issue Dec 16, 2019 · 0 comments

Comments

@knutwannheden
Copy link
Contributor

With issue #3270 the MD5() function should have been declared to support PostgreSQL, but somehow the @Support annotation doesn't reflect this.

As it turns out, also the other PostgreSQL-like dialects CockroachDB and Redshift support MD5().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment