79259275

Date: 2024-12-06 20:18:10
Score: 2.5
Natty:
Report link

Yes. If PostgreSQL evaluates the third condition (CURRENT_TIMESTAMP > "TradeOffer".expiration_date) before the second condition ("TradeOffer".expiration_date IS NOT NULL), it could attempt to compare a NULL value, leading to UNKNOWN.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: J. Ignacio Herrera