We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProjectRepository.addProjectLeaderToProject
{ "timestamp": "2019-12-03T21:54:35.351+0000", "status": 500, "error": "Internal Server Error", "message": "PreparedStatementCallback; SQL [INSERT INTO project_project_leader(project_id, leader_id) \nVALUES (?, (SELECT pl.leader_id FROM project_leader pl INNER JOIN employee_project_leader epl ON epl.employee_id = pl.leader_id INNER JOIN employees e ON e.employee_id = epl.employee_id WHERE e.employee_id = ? ))]; Column 'project_id' cannot be null; nested exception is java.sql.SQLIntegrityConstraintViolationException: Column 'project_id' cannot be null", "path": "/addNewProject" }
The text was updated successfully, but these errors were encountered:
Uncomment line defined in 6dbdba4 when done
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: