Using Stored Procedures Instead of Inline SQL
Posted: 10 Aug 2005, 14:35
I have tried to understand and modify some parts of the mantis bugtracking system.
What I felt intimidating is the fact that the whole code is just in the page.
Isnt it time that the sql be moved from the code into the db as stored procedures?
It will be easy for developers to customise the system. We may be able to see an increase in the features
What I felt intimidating is the fact that the whole code is just in the page.
Isnt it time that the sql be moved from the code into the db as stored procedures?
It will be easy for developers to customise the system. We may be able to see an increase in the features