#30240 closed New feature (fixed)
Add support for SHA database functions.
| Reported by: | Nick Pope | Owned by: | Nick Pope |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Normal | Keywords: | sha1, sha224, sha256, sha384, sha512 |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Following on from MD5() defined in #28643, we can add support for SHA1(), SHA224(), SHA256(), SHA384() and SHA512().
There are two caveats:
SHA224()is not supported bySTANDARD_HASHin Oracle.- PostgreSQL requires the use of the
pgcryptoextension.
Change History (5)
comment:1 by , 7 years ago
| Has patch: | set |
|---|
comment:2 by , 7 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 7 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
PR