Page MenuHomePhabricator

Recommend STRICT_ALL_TABLES for every install, not just development installs
ClosedPublic

Authored by epriestley on Feb 23 2014, 6:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 23, 11:04 AM
Unknown Object (File)
Apr 15 2026, 7:34 AM
Unknown Object (File)
Mar 11 2026, 1:40 AM
Unknown Object (File)
Mar 10 2026, 10:00 PM
Unknown Object (File)
Mar 5 2026, 11:58 PM
Unknown Object (File)
Mar 5 2026, 11:45 AM
Unknown Object (File)
Feb 11 2026, 12:07 PM
Unknown Object (File)
Feb 3 2026, 2:26 AM
Subscribers

Details

Summary

See D8308. Enabling STRICT_ALL_TABLES prevents this entire class of error, by fataling on truncation instead of truncating. We never want truncation; it is always bad and sometimes extremely bad.

We've recommended this mode for developer installs for a long time, and some users run with it enabled, so it's very unlikely to cause any issues (I've had it enabled locally for at least 6-8 months, I think).

Test Plan
  • Disabled mode.
  • Saw warning.
  • Enabled mode.
  • No warning.

{F117040}

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Just enabled on our production instance.

{F117053}