MantisBT

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005380mantisbtsqlpublic2005-03-23 16:062005-04-18 10:40
Reporterzariok 
Assigned Tothraxisp 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit trunk 
Target VersionFixed in Version1.0.0a1 
Summary0005380: Invalid LEFT JOIN syntax for Oracle
DescriptionThere are several places within the code with invalid LEFT JOIN syntax.

Example:

LEFT JOIN a AS sudo ON b.id = sudo.id

*SHOULD BE*

LEFT JOIN a sudo ON b.id = sudo.id

Additional InformationQuick cursory look for files affected:

admin/upgrades/0_18_inc.php:627
core/filter_api.php:496
core/filter_api.php:525
core/filter_api.php:527
core/filter_api.php:555
core/custom_field_api.php:781
core/bugnote_api.php:305
TagsNo tags attached.
Attached Files

- Relationships
has duplicate 0006394closedthraxisp Unknown column p.field_id when closing bug when using MySQL >= 5.0.12 

-  Notes
User avatar (0009656)
thraxisp (manager)
2005-03-23 21:55

Fixed in CVS

- Issue History
Date Modified Username Field Change
2005-03-23 16:06 zariok New Issue
2005-03-23 17:47 thraxisp Assigned To => thraxisp
2005-03-23 17:47 thraxisp Status new => assigned
2005-03-23 21:55 thraxisp Status assigned => resolved
2005-03-23 21:55 thraxisp Fixed in Version => 1.0.0rc1
2005-03-23 21:55 thraxisp Resolution open => fixed
2005-03-23 21:55 thraxisp Note Added: 0009656
2005-04-18 10:40 vboctor Status resolved => closed
2006-04-17 21:50 thraxisp Relationship added has duplicate 0006394


MantisBT 1.2.16dev master-1.2.x-05091f5 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.0608 seconds.
memory usage: 2,797 KB
Powered by Mantis Bugtracker