Skip to content

feat: encrypted column constraint #104

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

Merged
merged 1 commit into from
May 14, 2025
Merged

Conversation

tobyhede
Copy link
Contributor

@tobyhede tobyhede commented May 14, 2025

Amends the existing constraint eql_v1.check_encrypted function to reflect the EQL 2.0 schema.

Adds two new functions to add and remove the constraint from column:

  • eql_v1.add_encrypted_constraint(table_name TEXT, column_name TEXT)
  • eql_v1.remove_encrypted_constraint(table_name TEXT, column_name TEXT)

Amends the add_column and remove_column configuration functions to add and remove the constraint when configuration is added.

@tobyhede tobyhede changed the title feat: encrypted column constraint on index_add feat: encrypted column constraint May 14, 2025
@tobyhede tobyhede merged commit 0e24389 into eql-v2-0 May 14, 2025
4 checks passed
@tobyhede tobyhede deleted the encrypted-column-constraint branch May 14, 2025 04:05
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

Successfully merging this pull request may close these issues.

2 participants