mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
bbf40146fb
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} Reviewers: btrahan, chad Reviewed By: chad CC: chad, aran, arice Differential Revision: https://secure.phabricator.com/D8309 |
||
---|---|---|
.. | ||
application | ||
check | ||
controller | ||
custom | ||
editor | ||
exception | ||
issue | ||
json | ||
management | ||
option | ||
phid | ||
query | ||
response | ||
storage | ||
view |