09-15-2009, 08:21 AM
I'm using Traq for a small project and was browsing the source and noticed the SQL queries tend to use 'SELECT *', but much of the information gathered from the DB with the statement is discarded. For example, when creating a new component, the new component page executes a query to get project information using 'SELECT *'. However, it ends up only using the project name and id in the new component form.
I think a more efficient way of gathering data would be to specify the exact fields required.
PS. I wanted to browse the Traq 2.0 source in SVN, but couldn't find a way to actually read the file source in the browser (!).
I think a more efficient way of gathering data would be to specify the exact fields required.
PS. I wanted to browse the Traq 2.0 source in SVN, but couldn't find a way to actually read the file source in the browser (!).