Skip to content

Added code for defining SHA attributes

Yorick Peterse requested to merge sha-attributes-for-postgresql-and-mysql into master

What does this MR do?

This adds the ability to define SHA attributes, which are stored as binary but queries/used as if they were stored as text. This is used in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12463 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12527.

Does this MR meet the acceptance criteria?

Merge request reports