Files
payload/test
Sasha c08cdff498 fix(db-postgres): in query with null (#12661)
Previously, this was possible in MongoDB but not in Postgres/SQLite
(having `null` in an `in` query)
```
const { docs } = await payload.find({
  collection: 'posts',
  where: { text: { in: ['text-1', 'text-3', null] } },
})
```
This PR fixes that behavior
2025-06-03 20:56:10 -04:00
..
2025-05-22 10:04:45 -04:00
2025-05-22 10:04:45 -04:00
2025-05-22 10:04:45 -04:00
2024-10-30 17:56:50 +00:00
2024-08-13 12:54:33 -04:00
2025-05-22 10:04:45 -04:00
2025-05-22 10:04:45 -04:00
2024-07-23 13:44:44 -04:00
2025-05-22 10:04:45 -04:00
2025-03-05 19:14:35 +00:00