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 b2a7f32 commit e1c3e43Copy full SHA for e1c3e43
tests/encryption_/models.py
@@ -80,6 +80,9 @@ class Meta:
80
81
82
class EncryptedNumbers(models.Model):
83
+ class Meta:
84
+ required_db_features = {"supports_queryable_encryption"}
85
+
86
pos_bigint = EncryptedPositiveBigIntegerField(queries=EQUALITY_QUERY)
87
pos_smallint = EncryptedPositiveSmallIntegerField(queries=EQUALITY_QUERY)
88
smallint = EncryptedSmallIntegerField(queries=EQUALITY_QUERY)
0 commit comments