We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47f58d commit b88238cCopy full SHA for b88238c
README.md
@@ -423,7 +423,12 @@ These are the important files in the repo:
423
424
## Testing
425
426
-There are tests for testing EQL against PostgreSQL versions 14–17.
+There are tests for testing EQL against PostgreSQL versions 14–17, that verify:
427
+
428
+- Adding, removing, and modifying encrypted data and indexes
429
+- Validating, applying, and removing configuration for encrypted data and encrypted indexes
430
+- Validating schemas for EQL configuration, encrypted data, and encrypted index
431
+- Using PostgreSQL operators on encrypted data and indexes (`=`, `<>`, `@>`)
432
433
The easiest way to run the tests is in GitHub Actions:
434
0 commit comments