Homestyx hydra
Diffusion hydra 9d474452f9c5

Make nonscalar field saves raise a more useful exception from LiskDAO

Description

Make nonscalar field saves raise a more useful exception from LiskDAO

Summary:
If you do something like this:

// Missing $user->getPHID()!
$object->setUserPHID($user)->save();

...you get a very unhelpful exception:

Expected a scalar or null for %s conversion. Query: %s

This doesn't give you any hints about what's wrong. Instead, provide a more useful exception:

Unable to insert or update object of class DifferentialRevision, field 'title' has a nonscalar value.

Test Plan: {F87614}

Reviewers: hach-que, btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7725

Details

Provenance
epriestleyAuthored on Dec 6 2013, 6:47 PM
sirocylPushed on Oct 16 2024, 5:49 AM
Parents
R1:f69793184e0b: Fix over-matching of quoted text for message bodies beginning with "On..."
Branches
Unknown
Tags
Unknown

Event Timeline