We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14790d commit 3fc994dCopy full SHA for 3fc994d
piccolo/columns/column_types.py
@@ -1475,7 +1475,7 @@ def all(self, value: t.Any) -> Where:
1475
engine_type = self._meta.table._meta.db.engine_type
1476
1477
if engine_type == "postgres":
1478
- return Where(column=self, value=value, operator=ArrayAny)
+ return Where(column=self, value=value, operator=ArrayAll)
1479
elif engine_type == "sqlite":
1480
raise ValueError("Unsupported by SQLite")
1481
else:
0 commit comments