chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Error after renaming project #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a project
2. Build it
3. Rename it
4. Build it again

What is the expected output? What do you see instead?

No errors reported.  Instead you see:

An error occurred saving a build outcome for project Foo. The detailed 
error message is "PreparedStatementCallback; SQL [insert into project_names 
(name) values (?)]; Duplicate entry 'Foo' for key 2; nested exception is 
com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: 
Duplicate entry 'Foo' for key 2."

Original issue reported on code.google.com by chris.eldredge@gmail.com on 3 Nov 2008 at 8:13

GoogleCodeExporter commented 9 years ago
Fixed in r615, build 366.

Original comment by chris.eldredge@gmail.com on 4 Nov 2008 at 3:27