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
I would like to call the MD5 SQL function. Both Postgres and MySQL have support for it and have the same function signature. SQLite does not have support.
Proposed Solutions
Right now I am using Func::custom.
Additional Information
I am willing to make a PR.
The text was updated successfully, but these errors were encountered:
Motivation
I would like to call the MD5 SQL function. Both Postgres and MySQL have support for it and have the same function signature. SQLite does not have support.
Proposed Solutions
Right now I am using
Func::custom
.Additional Information
I am willing to make a PR.
The text was updated successfully, but these errors were encountered: