bocoup / nest-weekly-review

An application for managing billing data for consulting projects
http://weekly-review.bocoup.com/
1 stars 2 forks source link

Strange error while reviewing #118

Open jugglinmike opened 8 years ago

jugglinmike commented 8 years ago

During the latest weekly review session, Jasmin received the following error:

Error: {"errors":{"title":"Unprocessable Entity","detail":"update \"project_phase_review\" set \"id\" = $1, \"notes\" = $2, \"project_phase_id\" = $3, \"week_number\" = $4 where \"id\" = $5 - could not identify an equality operator for type json"}}

Formatted a little:

{
    "errors": {
        "title": "Unprocessable Entity",
        "detail": "update \"project_phase_review\" set \"id\" = $1, \"notes\" = $2, \"project_phase_id\" = $3, \"week_number\" = $4 where \"id\" = $5 - could not identify an equality operator for type json"
    }
}

The review was successfully persisted, though. We believe this occurred after the form was mistakenly submitted a second time (not sure about that, though).