You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
discard_changes is no longer needed now that we've added retrieve_on_insert => 1 to all columns with default values. Please keep this in mind for any future DB changes that involve default values.
Validation.pm
->insert
wherever->new(...)
is used for row creationaddfetch_with_defaults
as an alias fordiscard_changes
and employ everywhereadd_to_$rel
is usedList::MoreUtils
(firstval)$self
to use more appropriate naming conventiont/db
to useTest2::V0
ResultSet::UserSet::addUserSet
200 OK
and the tests should check to make sure that the XXX was deleted.problem_version
(nullable with default value?) add uniqueness on user+problem+versioncomments
is a JSON column?The text was updated successfully, but these errors were encountered: