View Issue Details

IDProjectCategoryView StatusLast Update
0029453mantisbtsqlpublic2022-01-05 14:50
Reporterchristian.muehle Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version2.25.2 
Summary0029453: When copying versions from a project to another an SQL error can happen
Description

I just noticed that if you copy versions from one project to another (to keep them in "sync") it can happen that you run into a SQL error complaining about a duplicated key in the version table.
The reason seems to be that the PHP code is case-sensitive, but the SQL check isn't.

Maybe it's our config, if so excuse the false alarm. If it's a known issue or something we can change I'm happy for any feedback.

Steps To Reproduce

Given Project A and Project B, both having the following version
Project A: version-1
Project B: Version-1

If you now try to copy the versions from project A to project B the error happens.

Additional Information

The attached image shows the error we get.

TagsNo tags attached.
Attached Files
SQL_Error.png (128,283 bytes)   
SQL_Error.png (128,283 bytes)   

Relationships

related to 0029413 closeddregad APPLICATION ERROR 1300 Custom field not found with case-sensitive database 

Activities