What is the difference between the usage of the install.sql file specified in extension manifest files on Joomla 1.5 and 1.6.
In 1.5, if you use method="upgrade" and the component is already installed, install.sql DOES get executed.
In 2.5, if you use method="upgrade" and the component is already installed, install.sql DOES NOT get executed.
Does anyone know if this change was intentional?
It is deliberate as from 1.6 up there is now a update tag for sql:
See the Joomla 1.6 wikipage on the manifest.xml structure here for more information on this