Skip to content

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