the-marenga / sf-server

A Shakes & Fidget server in the very early stages of developement
3 stars 1 forks source link

AccountCreate fails at quest insertion to DB #2

Closed GutZuFusss closed 2 days ago

GutZuFusss commented 3 days ago

Here is my attempt of printing an error message, not sure how useful this is to anyone: Error inserting quest: Database(PgDatabaseError { severity: Error, code: "23502", message: "null value in column \"xp\" of relation \"quest\" violates not-null constraint", detail: Some("Failing row contains (8, 1, 1, 139, 1, 60, null, null, 0, null)."), hint: None, position: None, where: None, schema: Some("public"), table: Some("quest"), column: Some("xp"), data_type: None, constraint: None, file: Some("execMain.c"), line: Some(1987), routine: Some("ExecConstraints") })

the-marenga commented 2 days ago

See #4