﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18081,"Improve performance of taxonomy queries, avoid temporary tables",tott,,"In various taxonomy queries ""IN ( value )"" is used even if there is only one value to check against. This is in some cases causing there creation of temporary db tables and bad performing queries. 

The attached patch will ensure that only when there are more than one values to be added a ""IN"" statement is used. Otherwise a "" = value"" statement is performed.
",enhancement,new,normal,Future Release,Taxonomy,3.2,normal,,westi-likes needs-patch,tott@…
