You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extends foreign_key_constraint_with_encrypted test to verify FK
enforcement behavior with deterministic test data. Demonstrates that:
1. FK constraints DO work with deterministic encrypted data (test framework)
2. Successfully insert child with matching parent reference
3. Correctly reject child with non-existent parent reference
Documents PRODUCTION LIMITATION: In real-world usage with non-deterministic
encryption, FK constraints don't provide meaningful referential integrity
because each encryption of the same plaintext produces different ciphertext.
Adds 4 new assertions testing FK enforcement behavior.
Addresses FINAL_CODE_REVIEW.md recommendation #4 (P2).
0 commit comments