79349853

Date: 2025-01-12 12:09:26
Score: 1.5
Natty:
Report link

I needed to change an option for PDO:

PDO::ATTR_ORACLE_NULLS => PDO::NULL_TO_STRING

Should be changed to:

PDO::ATTR_ORACLE_NULLS => PDO::NULL_NATURAL

I am not sure why this was set in the first place, I hope it doesn't have side effects on other parts of the application, but it solves the question I asked.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Benedikt